diff options
Diffstat (limited to 'example/Makefile')
-rw-r--r-- | example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile index 85d9d5b..c8eed4c 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,4 +1,4 @@ -CC = /usr/bin/clang +CC = clang CFLAGS = -Wall -g -std=c++11 -lstdc++ LIBDIR = ../build/lib INCDIR = ../build/inc |