mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
bin.mk: Allow for removal of subdirectories in clean target
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fe161ff4d6
commit
d79e8eee34
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ include $(MODDIR)/make/defs-cpp.mk
|
||||||
|
|
||||||
all install:
|
all install:
|
||||||
clean distclean:
|
clean distclean:
|
||||||
$(RM) -f $(filter-out $(LOCAL_MKFILES) CVS debug release,$(wildcard *))
|
$(RM) -rf $(filter-out $(LOCAL_MKFILES) CVS debug release,$(wildcard *))
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue