mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
$(TOPDIR), make: Make make_scm.sh work
This commit is contained in:
parent
1430a0cd91
commit
d5da27eb91
5 changed files with 12 additions and 18 deletions
|
|
@ -15,10 +15,13 @@ else
|
|||
subdirs all:
|
||||
$(make_subdirs)
|
||||
|
||||
install clean distclean:
|
||||
rm -rf $(TEXTCLEAN) $(CLEAN) $(DISTCLEAN) dist *.done *~ .*.swp *.tmp core *.rep
|
||||
install clean:
|
||||
rm -rf $(TEXTCLEAN) $(CLEAN) dist *.done *~ .*.swp *.tmp core *.rep
|
||||
$(make_subdirs_target)
|
||||
|
||||
distclean: clean
|
||||
rm -rf $(DISTCLEAN)
|
||||
|
||||
.DEFAULT:
|
||||
$(make_subdirs_target)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue