mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
cleandirs.mk: Add cleandirs.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1481fd2df8
commit
624eb5abc9
1 changed files with 14 additions and 0 deletions
14
make/cleandirs.mk
Normal file
14
make/cleandirs.mk
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.NOTPARALLEL:
|
||||
|
||||
all:
|
||||
install:
|
||||
clean: do.clean
|
||||
distclean: do.distclean
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
|
||||
SUBDIRS ?= $(FIND_SUBDIRS)
|
||||
|
||||
do.%:
|
||||
set -e; for d in $(SUBDIRS) ; do make -wC $$d $*; done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue