https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 3cf74cbc75f53682300980f4b3d21b26e04ce6fb authored by guseggert on 10 September 2021, 02:45:43 UTC
ci: use dynamic config for CircleCI
Tip revision: 3cf74cb
Makefile
all:
	@gmake $@
.PHONY: all

.DEFAULT:
	@gmake $@
back to top