mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 11:53:07 +09:00
8 lines
No EOL
164 B
Makefile
8 lines
No EOL
164 B
Makefile
#T commandline: ['TESTVAR=$(MAKEVAL)', 'TESTVAR2:=$(MAKEVAL)']
|
|
|
|
MAKEVAL=testvalue
|
|
|
|
all:
|
|
test "$(TESTVAR)" = "testvalue"
|
|
test "$(TESTVAR2)" = ""
|
|
@echo "TEST-PASS"
|