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