mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
8 lines
187 B
Makefile
8 lines
187 B
Makefile
$(shell echo "INCLUDED2 = yes" >local-include.inc)
|
|
|
|
include $(TESTPATH)/include-file.inc local-include.inc
|
|
|
|
all:
|
|
test "$(INCLUDED)" = "yes"
|
|
test "$(INCLUDED2)" = "yes"
|
|
@echo TEST-PASS
|