mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 21:37:39 +01:00
rules.mk: Add target coreclean
This commit is contained in:
parent
66fe719225
commit
0e5c7644b4
1 changed files with 3 additions and 1 deletions
|
|
@ -35,9 +35,11 @@ pckgclean:
|
||||||
tmpclean:
|
tmpclean:
|
||||||
rm -rf *.tmp *.rep
|
rm -rf *.tmp *.rep
|
||||||
|
|
||||||
runclean:
|
coreclean:
|
||||||
rm -rf core core.* vgcore vgcore.*
|
rm -rf core core.* vgcore vgcore.*
|
||||||
|
|
||||||
|
runclean: coreclean
|
||||||
|
|
||||||
objclean:
|
objclean:
|
||||||
rm -rf *.o *.o *.a *.so *.so.*
|
rm -rf *.o *.o *.a *.so *.so.*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue