mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
7 lines
117 B
Makefile
7 lines
117 B
Makefile
$(shell date >testfile)
|
|
|
|
all: testfile
|
|
@echo TEST-PASS
|
|
|
|
testfile:
|
|
@echo TEST-FAIL "We shouldn't have remade this!"
|