diff --git a/Makefile b/Makefile index 7874dc60b..58f3ff2ca 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ clean-root: rm -rf .clj-kondo/.cache .cpcache target clean: $(MODULES) clean-root + $(MAKE) -C job-ig clean build-frontend: $(MAKE) -C modules/frontend build diff --git a/modules/db/Makefile b/modules/db/Makefile index 940bfa379..46dd1a53b 100644 --- a/modules/db/Makefile +++ b/modules/db/Makefile @@ -28,7 +28,9 @@ cloc-prod: cloc-test: cloc test +IG_PROFILES := $(wildcard resources/blaze/db/[A-Z]*.json) + clean: - rm -rf .clj-kondo/.cache .cpcache target + rm -rf .clj-kondo/.cache .cpcache target $(IG_PROFILES) .PHONY: fmt lint prep test test-coverage deps-tree deps-list cloc-prod cloc-test clean