mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
7 lines
116 B
Makefile
7 lines
116 B
Makefile
#T environment: {'MAKEFLAGS': 'OVAR=oval'}
|
|
|
|
all:
|
|
test "$(OVAR)" = "oval"
|
|
test "$$OVAR" = "oval"
|
|
@echo TEST-PASS
|
|
|