mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
fix packr detect
This commit is contained in:
parent
db0283098c
commit
dc5c89795b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -129,7 +129,7 @@ clean:
|
|||
rm -f AdGuardHome.exe
|
||||
# tests output
|
||||
rm -rf data
|
||||
rm coverage.txt
|
||||
rm -f coverage.txt
|
||||
# static build output
|
||||
rm -rf build
|
||||
# dist folder
|
||||
|
@ -137,7 +137,7 @@ clean:
|
|||
# client deps
|
||||
rm -rf client/node_modules
|
||||
# packr-generated files
|
||||
command -v packr && PATH=$(GOPATH)/bin:$(PATH) packr clean
|
||||
which packr && PATH=$(GOPATH)/bin:$(PATH) packr clean
|
||||
|
||||
docker-multi-arch:
|
||||
DOCKER_CLI_EXPERIMENTAL=enabled \
|
||||
|
|
Loading…
Add table
Reference in a new issue