Skip to content

Commit

Permalink
Change Makefile "clean" target to clean up better
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Feb 2, 2024
1 parent 910ca1f commit 8c74d43
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 @@ -10,7 +10,7 @@ build:
go build -ldflags "-X github.com/asmaloney/gactar/util/version.BuildVersion=${GIT_COMMIT}"

clean:
rm ./gactar
go clean

test:
go test ./...
Expand Down

0 comments on commit 8c74d43

Please sign in to comment.