1 2 3 4 5 6 7 8 9 10 11 12
# -*- make -*- BASE=.. SUBDIR=test # Bring in the default rules include ../buildlib/defaults.mak # Scratch program to test incomplete code fragments in PROGRAM=scratch-test SLIBS = -lapt-pkg SOURCE = scratch.cc include $(PROGRAM_H)