aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 677bcc4..227cce0 100644
--- a/Makefile
+++ b/Makefile
@@ -96,9 +96,8 @@ serve-www:
go run ./internal/cmd/www-awwan -dev
.PHONY: install-www
-install-www: build-www
- mkdir -p /data/app/bin/
- rsync --progress ./www-awwan /data/app/bin/
+install-www: embed
+ go install ./internal/cmd/www-awwan
.PHONY: deploy-www
deploy-www: GOOS=linux GOARCH=amd64 CGO_ENABLED=0