kubo/Makefile
Steven Allen e45abef49f feat: add default makefile to call gnumake
* gmake will prefer GNUmakefile over Makefile.
* Other make implementations will read Makefile and then call gmake.
2019-08-01 12:53:00 -07:00

7 lines
50 B
Makefile

all:
@gmake $@
.PHONY: all
.DEFAULT:
@gmake $@