mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +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!"
|