main shinobi / tests / mk / gnu / features / se_implicit / t029 / mk
1
2.SECONDEXPANSION:
3all: hello.tsk
4%.tsk: %.o; exit 1
5hello.o:;
6%.q: $$(shell touch hello.1);