gecko/build/pymake/tests/native-simple.mk
2010-10-18 09:50:27 -04:00

11 lines
117 B
Makefile

ifndef TOUCH
TOUCH = touch
endif
all: testfile
test -f testfile
@echo TEST-PASS
testfile:
$(TOUCH) $@