added clean and nuke targets to cores makefile

This commit is contained in:
Shaun Inman 2023-02-04 20:25:36 -05:00
parent e9a9e31afa
commit f57eae9624

View file

@ -76,3 +76,9 @@ all: cores
$(foreach CORE,$(CORES),$(eval $(call TEMPLATE,$(CORE))))
cores: $(foreach CORE,$(CORES),$(CORE))
clean: $(foreach CORE,$(CORES),clean-$(CORE))
nuke:
rm -rf ./output
rm -rf ./src