/ Makefile
Makefile
1  all:
2  	@gmake $@
3  .PHONY: all
4  
5  .DEFAULT:
6  	@gmake $@