parent
50ed8c90e5
commit
61ba0a1dd2
@ -1,2 +1,7 @@ |
||||
test: json11.cpp json11.hpp test.cpp |
||||
clang++ -O -std=c++11 -stdlib=libc++ json11.cpp test.cpp -o test -fno-rtti -fno-exceptions
|
||||
$(CXX) -O -std=c++11 json11.cpp test.cpp -o test -fno-rtti -fno-exceptions
|
||||
|
||||
clean: |
||||
if [ -e test ]; then rm test; fi
|
||||
|
||||
.PHONY: clean |
||||
|
Loading…
Reference in new issue