This commit is contained in:
諏訪子 2023-05-21 08:03:43 +09:00
parent dba933ece1
commit 53fb8560c5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ CC=CGO_ENABLED=0 go build
RELEASE=-ldflags="-s -w" -buildvcs=false
all:
${CC} ${RELEASE} -o ${NAME} $<
${CC} ${RELEASE} -o ${NAME}
clean:
rm -f ${NAME} ${NAME}-${VERSION}.tar.gz