diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
