mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 22:32:05 +00:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
$(shell date >testfile)
|
|
|
|
all: testfile
|
|
@echo TEST-PASS
|
|
|
|
testfile:
|
|
@echo TEST-FAIL "We shouldn't have remade this!"
|