does ts work? nr2

This commit is contained in:
2025-08-30 22:03:07 +03:00
parent 5e2907147a
commit 082b43094a

View File

@@ -1,7 +1,7 @@
BINARY=kisurun
BUILD_DIR=build
build: all
build:
@echo "Building $(BINARY)..."
go build -o $(BUILD_DIR)/$(BINARY) .
@echo "Copying templates and static..."