Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Jul 5, 2024
1 parent 0628a03 commit c93a516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ${BIN_DIR}/${TRZSZ}: $(wildcard ./cmd/trzsz/*.go ./trzsz/*.go) go.mod go.sum
go build -o ${BIN_DIR}/ ./cmd/trzsz

clean:
-rm -f ${BIN_DIR}/trz{,.exe} ${BIN_DIR}/tsz{,.exe} ${BIN_DIR}/trzsz{,.exe}
-rm -f ${BIN_DIR}/trz ${BIN_DIR}/tsz ${BIN_DIR}/trzsz ${BIN_DIR}/trz.exe ${BIN_DIR}/tsz.exe ${BIN_DIR}/trzsz.exe

test:
${GO_TEST} -v -count=1 ./trzsz
Expand Down

0 comments on commit c93a516

Please sign in to comment.