mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
dirs.mk: Remove clean from install target
This commit is contained in:
parent
282dc6999b
commit
4bfcc32f72
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@ else
|
|||
all subdirs:
|
||||
$(make_subdirs)
|
||||
|
||||
install clean:
|
||||
install:
|
||||
$(make_subdirs_target)
|
||||
|
||||
clean:
|
||||
rm -rf $(TEXTCLEAN) $(CLEAN) dist *.done *~ .*.swp *.tmp core *.rep
|
||||
$(make_subdirs_target)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue