remove banner to bottom

This commit is contained in:
Bartal Læarsson
2026-06-22 14:06:10 +01:00
parent 738a02ca1d
commit e58e4bc13e
2 changed files with 15 additions and 15 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ BINARY = poc-zeitkort-web
.PHONY: build run clean
build:
build: clean
go clean -cache
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/$(BINARY) .
run: build