Sign in
cobalt
/
cobalt
/
2ea2238d90d36bda2ed661e5419f2b40fae96ba4
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
native-simple.mk
blob: 626a58670536c06160e5665278757bb64e3cd2e8 [
file
] [
log
] [
blame
]
ifndef TOUCH
TOUCH
=
touch
endif
all
:
testfile
{
testfile2
}
(
testfile3
)
test
-
f testfile
test
-
f
{
testfile2
}
test
-
f
"(testfile3)"
@echo
TEST
-
PASS
testfile
{
testfile2
}
(
testfile3
):
$
(
TOUCH
)
"$@"