1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 06:57:40 +08:00
Files
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 $@