1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-11-21 02:52:06 +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

View File

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