no longer (that) stupid
This commit is contained in:
5
Makefile
5
Makefile
@@ -2,12 +2,7 @@ BINARY=kisurun
|
|||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@echo "Building $(BINARY)..."
|
|
||||||
go build -o $(BUILD_DIR)/$(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 templates $(BUILD_DIR)
|
||||||
cp -r pages $(BUILD_DIR)
|
cp -r pages $(BUILD_DIR)
|
||||||
cp -r static $(BUILD_DIR)
|
cp -r static $(BUILD_DIR)
|
||||||
|
Reference in New Issue
Block a user