summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoralex emery <[email protected]>2024-11-03 15:33:28 +0000
committeralex emery <[email protected]>2024-11-03 15:33:28 +0000
commit508527f52de524a4fd174d386808e314b4138b11 (patch)
tree2593af258b67decbf0207e2547b7ea55f6b051d7 /Makefile
parent22bfae8f9637633d5608caad3ce56b64c6819505 (diff)
feat: static builds
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: