refactor: reorganize project in order to include automation #1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -79,7 +79,7 @@ dist-all: dist-source
|
||||||
$(MAKE) dist-target GOOS=`echo $$target | cut -d / -f 1` GOARCH=`echo $$target | cut -d / -f 2`; \
|
$(MAKE) dist-target GOOS=`echo $$target | cut -d / -f 1` GOARCH=`echo $$target | cut -d / -f 2`; \
|
||||||
done; \
|
done; \
|
||||||
mkdir -p $(DISTDIR)/release; \
|
mkdir -p $(DISTDIR)/release; \
|
||||||
mv $(DISTDIR)/$(BINNAME)-$(BINARY_VERSION)-*.tar.xz $(DISTDIR)/release
|
mv $(DISTDIR)/$(BINNAME)-$(BINARY_VERSION)*.tar.xz $(DISTDIR)/release
|
||||||
|
|
||||||
.PHONY: dist-source
|
.PHONY: dist-source
|
||||||
dist-source:
|
dist-source:
|
||||||
|
|
Loading…
Reference in a new issue