mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
dirs.mk: Add target rmdistclean to silence 'make'
This commit is contained in:
parent
2d8c778ce2
commit
efeb7e28aa
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ install clean:
|
|||
rm -rf $(TEXTCLEAN) $(CLEAN) dist *.done *~ .*.swp *.tmp core *.rep
|
||||
$(make_subdirs_target)
|
||||
|
||||
distclean: clean
|
||||
distclean: rmdistclean clean
|
||||
rmdistclean:
|
||||
rm -rf $(DISTCLEAN)
|
||||
|
||||
.DEFAULT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue