mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 13:17:39 +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:
|
all:
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
clean distclean:
|
clean distclean:
|
||||||
|
rm -rf $(CLEAN)
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
install: all
|
install: all
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue