Commit e45abef4 authored by Steven Allen's avatar Steven Allen

feat: add default makefile to call gnumake

* gmake will prefer GNUmakefile over Makefile.
* Other make implementations will read Makefile and then call gmake.
parent 1de768fb
all:
@gmake $@
.PHONY: all
.DEFAULT:
@gmake $@
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment