gecko/build/pymake/tests/native-simple.mk

11 lines
117 B
Makefile
Raw Normal View History

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