mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +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 $@
|