Skip to content

Commit

Permalink
Chore: Add rm -rf dist to make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mertssmnoglu committed Feb 26, 2024
1 parent 7f9f90d commit 8c099e6
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 @@ -26,5 +26,6 @@ build-all: build-linux build-macos build-windows

clean:
@rm -rf bin
@rm -rf dist

clean-build: clean build-all

0 comments on commit 8c099e6

Please sign in to comment.