diff options
Diffstat (limited to 'icetime/Makefile')
-rw-r--r-- | icetime/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/icetime/Makefile b/icetime/Makefile index aead84a..2eef844 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -1,5 +1,4 @@ # CXX = clang -CXX ?= clang LDLIBS = -lm -lstdc++ CXXFLAGS = -MD -O0 -ggdb -Wall -std=c++11 -I/usr/local/include CC = $(CXX) |