mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
|
|
.DEFAULT_GOAL := default
|
||
|
|
|
||
|
|
not-default:
|
||
|
|
@echo TEST-FAIL did not run default rule
|
||
|
|
|
||
|
|
default:
|
||
|
|
@echo TEST-PASS
|