added clean and nuke targets to cores makefile
This commit is contained in:
parent
e9a9e31afa
commit
f57eae9624
1 changed files with 7 additions and 1 deletions
|
|
@ -75,4 +75,10 @@ all: cores
|
||||||
|
|
||||||
$(foreach CORE,$(CORES),$(eval $(call TEMPLATE,$(CORE))))
|
$(foreach CORE,$(CORES),$(eval $(call TEMPLATE,$(CORE))))
|
||||||
|
|
||||||
cores: $(foreach CORE,$(CORES),$(CORE))
|
cores: $(foreach CORE,$(CORES),$(CORE))
|
||||||
|
|
||||||
|
clean: $(foreach CORE,$(CORES),clean-$(CORE))
|
||||||
|
|
||||||
|
nuke:
|
||||||
|
rm -rf ./output
|
||||||
|
rm -rf ./src
|
||||||
Loading…
Add table
Add a link
Reference in a new issue