mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
|
|
#T gmake skip
|
||
|
|
|
||
|
|
all: file1
|
||
|
|
@echo TEST-PASS
|
||
|
|
|
||
|
|
includedeps $(TESTPATH)/includedeps.deps
|
||
|
|
|
||
|
|
file1:
|
||
|
|
touch $@
|