mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 05:13:56 +01:00
rules.mk: Add $(EXE) to execlean and core.* to objclean
This commit is contained in:
parent
099b257a67
commit
313f00bd7d
1 changed files with 2 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ tmpclean:
|
||||||
rm -rf *.tmp *.rep
|
rm -rf *.tmp *.rep
|
||||||
|
|
||||||
objclean:
|
objclean:
|
||||||
rm -rf core .*.o *.o *.a *.so *.so.* $(MOC_CPP)
|
rm -rf core core.* .*.o *.o *.a *.so *.so.* $(MOC_CPP)
|
||||||
|
|
||||||
textclean: doneclean
|
textclean: doneclean
|
||||||
rm -rf $(TEXTCLEAN) \#*\# .kdbgrc.* .\#*
|
rm -rf $(TEXTCLEAN) \#*\# .kdbgrc.* .\#*
|
||||||
|
|
@ -167,6 +167,7 @@ doneclean:
|
||||||
rm -rf *.done $(PREREQ_DONE)
|
rm -rf *.done $(PREREQ_DONE)
|
||||||
|
|
||||||
execlean: allclean objclean textclean
|
execlean: allclean objclean textclean
|
||||||
|
rm -rf $(EXE)
|
||||||
|
|
||||||
distclean: clean objclean textclean tmpclean vcdistclean profclean timerclean
|
distclean: clean objclean textclean tmpclean vcdistclean profclean timerclean
|
||||||
rm -rf $(CLEAN) $(DISTCLEAN) $(AC_FILES)
|
rm -rf $(CLEAN) $(DISTCLEAN) $(AC_FILES)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue