Skip to content

Commit

Permalink
Add clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 28, 2023
1 parent c95bca8 commit 4189f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ uninstall-system:
compile: $(UIDEFS)
npm run compile

.PHONY: clean
clean:
rm -rf ./dist/ ./build/

.PHONY: generate
generate:
npm run generate:gir-types
Expand Down

0 comments on commit 4189f46

Please sign in to comment.