aboutsummaryrefslogblamecommitdiffstats
path: root/tests/template/Makefile
blob: ad0d49b676101ecc7b8772cd4265d3bda0f6d26c (plain) (tree)
1
2
3
4
5
    
                                                                  


                              
all:
	$(CXX) -Wall -std=c++11 -g -o mustachetest mustachetest.cc
.PHONY: clean
clean:
	rm -f mustachetest *.o