Create a distclean target in the sim makefile #342

distclean target added to makefile.
This commit is contained in:
Alex Lin 2016-11-03 15:20:05 -05:00
parent 0a19eeb602
commit 55db2fedb3
2 changed files with 10 additions and 1 deletions

View File

@ -74,6 +74,9 @@ clean: tidy
spotless: clean
apocalypse: clean
distclean: clean
-rm -f makefile
apocalypse: distclean
@echo "I love the smell of napalm in the morning"
endif

View File

@ -111,6 +111,12 @@ clean: tidy
spotless: clean
distclean: clean
-rm -f makefile
apocalypse: distclean
@echo "I love the smell of napalm in the morning"
CLEAN_RULES_DEFINED = 1
# Dependencies for the above rules generated by configuration_process, ICG, make_makefile and make_makefile_swig