summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bee9968..50d0f68 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ css: ## Build CSS once
css-watch: ## Watch CSS for changes
npm run dev
-build: css ## Build Go binary with CSS
+build: ## Build Go binary
go build -o dashboard cmd/dashboard/main.go
run: css ## Build CSS and run server