summaryrefslogblamecommitdiff
path: root/tests/exec/Makefile
blob: afe0fdc56a466e1a110ecac6c69d7fe38a63d7cd (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                                        





                     
%.out: %.cpp
	g++ -o /tmp/tmp_exec_test $^ && /tmp/tmp_exec_test > $@ && rm /tmp/tmp_exec_test


%: %.cpp
	g++ -o $@ $^
	./$@
	./$@ > $*.out