main shinobi / tests / mk / gnu / features / include / t007 / mk
1
2.PHONY: all
3all:; @:
4
5-include foo
6
7foo: bar; @:
8
9bar:; @exit 1