Sign in
cobalt
/
cobalt
/
71840339e1109efe930df5c60712d91cdcc962a8
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
simple-makeflags.mk
blob: c7c92ec9d6d272acdd0d97372afb24dfd4ee2cae [
file
] [
log
] [
blame
]
# 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
: