mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 11:57:44 +08:00
commit
1e7fe0d6fc
8
GNUmakefile
Normal file
8
GNUmakefile
Normal file
@ -0,0 +1,8 @@
|
||||
# General tools
|
||||
|
||||
SHELL=PATH='$(PATH)' /bin/sh
|
||||
|
||||
# enable second expansion
|
||||
.SECONDEXPANSION:
|
||||
|
||||
include Rules.mk
|
||||
12
Makefile
12
Makefile
@ -1,8 +1,6 @@
|
||||
# General tools
|
||||
all:
|
||||
@gmake $@
|
||||
.PHONY: all
|
||||
|
||||
SHELL=PATH='$(PATH)' /bin/sh
|
||||
|
||||
# enable second expansion
|
||||
.SECONDEXPANSION:
|
||||
|
||||
include Rules.mk
|
||||
.DEFAULT:
|
||||
@gmake $@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user