aboutsummaryrefslogtreecommitdiffstats
path: root/template_test/Makefile
blob: f03e8fb2b62584ad3547dd55ce6e9ebcc17dd46b (plain) (blame)
1
2
3
4
5
all:
	$(CXX) -std=c++11 -g -o mustachetest mustachetest.cc
.PHONY: clean
clean:
	rm -f mustachetest *.o