summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2f0bbbf..641e853 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,6 @@
VERSION=0.0.1
DOCKER_IMAGE=a73xsh/home:${VERSION}
-.PHONY: fly
-fly:
- cd proxy && fly deploy
-
.PHONY: serve
serve:
go run ./cmd/home