diff --git a/Makefile b/Makefile index f39ca0f..4b181ba 100644 --- a/Makefile +++ b/Makefile @@ -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..."