diff --git a/Makefile b/Makefile index 224266b..7cca1d4 100644 --- a/Makefile +++ b/Makefile @@ -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