partyzanex / go-makefile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-makefile

Add this code to your Makefile:

include go.mk

go.mk:
	@tmpdir=$$(mktemp -d) && \
	git clone --depth 1 --single-branch https://github.com/partyzanex/go-makefile.git $$tmpdir && \
	cp $$tmpdir/go.mk $(CURDIR)/go.mk

About


Languages

Language:Makefile 100.0%