mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
10 lines
222 B
Makefile
10 lines
222 B
Makefile
# There once was a time when MAKEFLAGS=w without any following spaces would
|
|
# cause us to treat w as a target, not a flag. Silly!
|
|
|
|
MAKEFLAGS=w
|
|
|
|
all:
|
|
$(MAKE) -f $(TESTPATH)/simple-makeflags.mk subt
|
|
@echo TEST-PASS
|
|
|
|
subt:
|