tenfourfox/build/pymake/tests/native-simple.mk
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
213 B
Makefile

ifndef TOUCH
TOUCH = touch
endif
all: testfile {testfile2} (testfile3)
test -f testfile
test -f {testfile2}
test -f "(testfile3)"
@echo TEST-PASS
testfile {testfile2} (testfile3):
$(TOUCH) "$@"