mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
5 lines
73 B
Makefile
5 lines
73 B
Makefile
|
|
all:
|
||
|
|
test '$(TESTVAR)' = 'testval\'
|
||
|
|
@echo TEST-PASS
|
||
|
|
|
||
|
|
TESTVAR = testval\
|