summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClaudomator Agent <agent@claudomator>2026-03-18 07:06:03 +0000
committerClaudomator Agent <agent@claudomator>2026-03-18 07:06:03 +0000
commite3195a6534bae000a63e884ff647fac95d9d2498 (patch)
treea75534ac746e4054a573978bc550fd2d835de8c4 /Makefile
parente72305237e16a8c32fb017261cce129a25d70e65 (diff)
chore: autocommit uncommitted changes
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