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