mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
default:
|
|
test "$(MAKECMDGOALS)" = ""
|
|
$(MAKE) -f $(TESTPATH)/cmdgoals.mk t1 t2
|
|
@echo TEST-PASS
|
|
|
|
t1:
|
|
test "$(MAKECMDGOALS)" = "t1 t2"
|
|
|
|
t2:
|