summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dd5d07..b092524 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,14 @@
VERSION=0.0.1
DOCKER_IMAGE=a73xsh/home:${VERSION}
+
+.PHONY: build
+build:
+ go run ./cmd/build
+
.PHONY: serve
serve:
- go run ./cmd/home
+ go run ./cmd/serve
.PHONY: css
css: