update target

This commit is contained in:
kingecg 2023-12-10 20:49:38 +08:00
parent a0da5498a9
commit 8c4972acb4
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
BINARY_NAME=gohttpd BINARY_NAME=target/gohttpd
all:build all:build
build: build:
go build -o ${BINARY_NAME} go build -o ${BINARY_NAME}
cp config.json target/
clean: clean:
go clean go clean
rm -rf target