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

10 lines
141 B
Makefile

$(shell touch foo.in)
all: foo.out
test "$(wildcard ./*.in)" = "./foo.in"
@echo TEST-PASS
./%.out: %.in
test "$@" = "foo.out"
cp $< $@