blob: 8c57ebea9c90f645adb8f997c40e2be9361fb933 [file] [log] [blame]
# TODO: Fix
.PHONY: foo
echo PASS
.PHONY: bar
.PHONY: test4
test1: foo bar
echo PASS
# Actually, you can use .PHONY!
test2: .PHONY
test3:
touch test4
test4:
echo PASS