no longer (that) stupid

This commit is contained in:
2025-09-23 19:57:01 +03:00
parent 3e59c99b5d
commit 710fa11b07

View File

@@ -2,12 +2,7 @@ BINARY=kisurun
BUILD_DIR=build
build:
@echo "Building $(BINARY)..."
go build -o $(BUILD_DIR)/$(BINARY) .
@echo "Copying templates and static..."
mkdir -p $(BUILD_DIR)/templates
mkdir -p $(BUILD_DIR)/static
mkdir -p $(BUILD_DIR)/pages
cp -r templates $(BUILD_DIR)
cp -r pages $(BUILD_DIR)
cp -r static $(BUILD_DIR)