mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Remove redundant subdir implementation
- Leave subdirs to subdirs.mk - Add distclean and clean target
This commit is contained in:
parent
a029688d8e
commit
606f783310
1 changed files with 6 additions and 2 deletions
|
|
@ -11,6 +11,10 @@ local-%:
|
|||
unlocal:
|
||||
rm -f $(shell find . -name local.mk)
|
||||
|
||||
all setup install clean distclean:
|
||||
set -e; for d in $(SUBDIRS); do make -C $$d $@; done
|
||||
include $(MODDIR)/make/subdirs.mk
|
||||
|
||||
distclean:
|
||||
rm -f $(DISTCLEAN)
|
||||
|
||||
clean:
|
||||
rm -f $(CLEAN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue