1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 01:06:11 +00:00

Merge pull request #181 from lanodan/fix/makefile-clang

makefile: Fix compiling with clang
This commit is contained in:
MatMoul 2019-08-28 22:32:16 +02:00 committed by GitHub
commit 0d4600e8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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