mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06:11 +00:00
makefile: Fix compiling with clang
This commit is contained in:
parent
b00ba8aa0c
commit
0f1853e30b
4
makefile
4
makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user