summaryrefslogtreecommitdiff
path: root/tests/exec/Makefile
blob: b260ba0860eba77fd3793721c0431e5473cf7fe1 (plain) (blame)
1
2
3
4
5
6
%: %.cpp
	g++ -o $@ $^
	./$@
	./$@ > $*.out