aboutsummaryrefslogtreecommitdiffstats
path: root/template_test/Makefile
diff options
context:
space:
mode:
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