1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-22 17:06:10 +00:00

makefile: Fix compiling with clang

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-08-28 10:22:52 +02:00
parent b00ba8aa0c
commit 0f1853e30b
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE

View File

@ -21,8 +21,8 @@ MINOR=3
MICRO=7
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
LIBSRCS=src/classes/*.cpp src/classes/*.h
APPSRCS=src/main.cpp src/helpers/*.cpp
LIBSRCS=src/classes/*.cpp
.PHONY: all bin debug clean setup install uninstall lib install-lib install-dev