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

11 lines
117 B
Makefile
Raw Normal View History

2010-10-18 06:50:27 -07:00
ifndef TOUCH
TOUCH = touch
endif
all: testfile
test -f testfile
@echo TEST-PASS
testfile:
$(TOUCH) $@