Update Makefile
This commit is contained in:
parent
c055fd0213
commit
b284e3a1dc
4
Makefile
4
Makefile
@ -5,8 +5,8 @@ install:
|
|||||||
mkdir -p $(DESTDIR)/usr/bin/
|
mkdir -p $(DESTDIR)/usr/bin/
|
||||||
|
|
||||||
|
|
||||||
cd ./generator ; go build -trimpath -buildmode=pie -mod=readonly -modcacherw -o ./generator -buildvcs=false
|
cd ./generator ; go build -trimpath -buildmode=pie -buildvcs=false -mod=readonly -modcacherw -o ./generator
|
||||||
cd ./init ; CGO_ENABLED=0 go build -trimpath -mod=readonly -modcacherw ./init -buildvcs=false
|
cd ./init ; CGO_ENABLED=0 go build -trimpath -buildvcs=false -mod=readonly -modcacherw ./init
|
||||||
ronn docs/manpage.md
|
ronn docs/manpage.md
|
||||||
mkdir "$(DESTDIR)/etc/"
|
mkdir "$(DESTDIR)/etc/"
|
||||||
touch "$(DESTDIR)/etc/booster.yaml"
|
touch "$(DESTDIR)/etc/booster.yaml"
|
||||||
|
Loading…
Reference in New Issue
Block a user