Skip to content
Snippets Groups Projects
Commit e45abef4 authored by Steven Allen's avatar Steven Allen
Browse files

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
Loading
all:
@gmake $@
.PHONY: all
.DEFAULT:
@gmake $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment