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)