From 710fa11b073363e34e4b34fdb4e46723db0dc38c Mon Sep 17 00:00:00 2001 From: kisukalat Date: Tue, 23 Sep 2025 19:57:01 +0300 Subject: [PATCH] no longer (that) stupid --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 0477c10..2376f61 100644 --- a/Makefile +++ b/Makefile @@ -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)