add repo options

This commit is contained in:
idk
2019-12-07 14:36:15 -05:00
parent f0ed37f391
commit e7cc2510a1
4 changed files with 141 additions and 71 deletions

View File

@ -1,10 +1,13 @@
GO111MODULE=on
build:
build: fmt
go build -tags netgo \
-ldflags '-w -extldflags "-static"' \
-o reposam/reposam
-o reposam/reposam ./reposam
try: build
cd tmp && ../reposam/reposam
install:
install -m755 reposam/reposam /usr/local/bin