mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
subdirs.mk: Remove *.done after clean, seems a bit assymmetric though
This commit is contained in:
parent
711c42ea0a
commit
f727e55b59
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ install.dirs:
|
|||
set -e; for dir in $(SUBDIRS); do make -C $$dir install; done
|
||||
clean.dirs:
|
||||
set -e; for dir in $(SUBDIRS); do make -C $$dir clean; done
|
||||
rm -f *.done
|
||||
distclean.dirs:
|
||||
set -e; for dir in $(SUBDIRS); do make -C $$dir distclean; done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue