From 8c4972acb45ca1cd2f0f3d9154d679891d42ecf3 Mon Sep 17 00:00:00 2001 From: kingecg Date: Sun, 10 Dec 2023 20:49:38 +0800 Subject: [PATCH] update target --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1f41ef9..db76383 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ -BINARY_NAME=gohttpd +BINARY_NAME=target/gohttpd all:build build: go build -o ${BINARY_NAME} + cp config.json target/ clean: - go clean \ No newline at end of file + go clean + rm -rf target \ No newline at end of file