1 2 3 4 5 6 7 8 9 10 11
#TESTS = lookuptest.exe TESTS = all-local: $(TESTS) lookuptest.exe: lookuptest.cs $(MCS) -o $@ $^ -r Qt -lib:../bindings chmod 755 $@ CLEANFILES = $(TESTS)