Skip to content

Commit

Permalink
chore(make): delete target with make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Jun 12, 2024
1 parent da43bc9 commit 5f1808f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ lint: $(golint)
.PHONY: clean
clean:
rm -rf bin/
rm -rf target/

.PHONY: package
package: target/darwin \
Expand Down

0 comments on commit 5f1808f

Please sign in to comment.