mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +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!"
|