Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 245 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 245 Bytes

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