mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Makefile: Add rm -rf $(CLEAN)
This commit is contained in:
parent
54045394c4
commit
bf436c11d1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -8,6 +8,7 @@ include $(MODDIR)/make/rpmdist.mk
|
|||
all:
|
||||
$(make_subdirs_target)
|
||||
clean distclean:
|
||||
rm -rf $(CLEAN)
|
||||
$(make_subdirs_target)
|
||||
install: all
|
||||
$(make_subdirs_target)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue