diff --git a/cores/makefile b/cores/makefile index 09633de..f390e74 100644 --- a/cores/makefile +++ b/cores/makefile @@ -75,4 +75,10 @@ all: cores $(foreach CORE,$(CORES),$(eval $(call TEMPLATE,$(CORE)))) -cores: $(foreach CORE,$(CORES),$(CORE)) \ No newline at end of file +cores: $(foreach CORE,$(CORES),$(CORE)) + +clean: $(foreach CORE,$(CORES),clean-$(CORE)) + +nuke: + rm -rf ./output + rm -rf ./src \ No newline at end of file