aboutsummaryrefslogtreecommitdiffstats
path: root/template_test/Makefile
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-08-02 10:46:00 +0900
committeripknHama <ipknhama@gmail.com>2014-08-02 22:32:49 +0900
commit615e648260a87eb2edabf4aefb456186800e67a1 (patch)
tree7bd8b268a960b2b7d322407160a9d152e32a9251 /template_test/Makefile
parent9d1d65b08c4a4c33923935a5414d6e6f4fe59ceb (diff)
downloadcrow-615e648260a87eb2edabf4aefb456186800e67a1.tar.gz
crow-615e648260a87eb2edabf4aefb456186800e67a1.zip
mustache partial implementation
Diffstat (limited to 'template_test/Makefile')
-rw-r--r--template_test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/template_test/Makefile b/template_test/Makefile
index f03e8fb..ad0d49b 100644
--- a/template_test/Makefile
+++ b/template_test/Makefile
@@ -1,5 +1,5 @@
all:
- $(CXX) -std=c++11 -g -o mustachetest mustachetest.cc
+ $(CXX) -Wall -std=c++11 -g -o mustachetest mustachetest.cc
.PHONY: clean
clean:
rm -f mustachetest *.o