mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 06:57:40 +08:00

* gmake will prefer GNUmakefile over Makefile. * Other make implementations will read Makefile and then call gmake.
7 lines
50 B
Makefile
7 lines
50 B
Makefile
all:
|
|
@gmake $@
|
|
.PHONY: all
|
|
|
|
.DEFAULT:
|
|
@gmake $@
|