tenfourfox/build/pymake/tests/simple-makeflags.mk
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 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: