mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Create a distclean target in the sim makefile #342
distclean target added to makefile.
This commit is contained in:
parent
0a19eeb602
commit
55db2fedb3
@ -74,6 +74,9 @@ clean: tidy
|
||||
|
||||
spotless: clean
|
||||
|
||||
apocalypse: clean
|
||||
distclean: clean
|
||||
-rm -f makefile
|
||||
|
||||
apocalypse: distclean
|
||||
@echo "[31mI love the smell of napalm in the morning[0m"
|
||||
endif
|
||||
|
@ -111,6 +111,12 @@ clean: tidy
|
||||
|
||||
spotless: clean
|
||||
|
||||
distclean: clean
|
||||
-rm -f makefile
|
||||
|
||||
apocalypse: distclean
|
||||
@echo "[31mI love the smell of napalm in the morning[0m"
|
||||
|
||||
CLEAN_RULES_DEFINED = 1
|
||||
|
||||
# Dependencies for the above rules generated by configuration_process, ICG, make_makefile and make_makefile_swig
|
||||
|
Loading…
Reference in New Issue
Block a user