mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +01:00
defs-orig.mk, rules.mk: Cleanup commit
This commit is contained in:
parent
d80d7f4c6e
commit
12c6f7956e
2 changed files with 34 additions and 4 deletions
|
|
@ -50,6 +50,9 @@ installso: $(ALL) checkroot
|
|||
installsh: $(ALL)
|
||||
$(INSTALL) $(SHSCRIPTS) $(PREFIX)/bin/
|
||||
|
||||
pckgclean:
|
||||
rm -rf *.zip *.tar.gz *.rpm *.deb
|
||||
|
||||
tmpclean:
|
||||
rm -rf *.tmp *.rep
|
||||
|
||||
|
|
@ -69,11 +72,11 @@ execlean: allclean objclean textclean
|
|||
|
||||
distclean: clean objclean textclean tmpclean vcdistclean
|
||||
|
||||
localclean:
|
||||
localclean: $(LOCAL_CLEAN)
|
||||
rm -rf $(CLEAN)
|
||||
|
||||
libclean:
|
||||
rm -rf $(LIB)
|
||||
|
||||
vcdistclean:
|
||||
rm -rf *.plg *.opt *.ncb Debug
|
||||
rm -rf *.plg *.opt *.ncb Debug *.exe dist *.ilk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue