mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-21 13:41:50 +00:00
better bundling
SCCS-file: Makefile SCCS-SID: 2.19
This commit is contained in:
committed by
Paul Eggert
parent
f12533687c
commit
546394c2b2
4
Makefile
4
Makefile
@ -51,6 +51,8 @@ zic: $(TZCOBJS)
|
||||
$(TZDIR):
|
||||
mkdir $@
|
||||
|
||||
BUNDLES: BUNDLE1 BUNDLE2 BUNDLE3
|
||||
|
||||
BUNDLE1: $(DOCS)
|
||||
bundle $(DOCS) > BUNDLE1
|
||||
|
||||
@ -68,7 +70,7 @@ sure: $(TZCSRCS) $(TZDSRCS) tzfile.h
|
||||
lint $(LINTFLAGS) $(TZDSRCS)
|
||||
|
||||
clean:
|
||||
rm -f core *.o *.out REDID_BINARIES zdump zic BUNDLE \#*
|
||||
rm -f core *.o *.out REDID_BINARIES zdump zic BUNDLE* \#*
|
||||
|
||||
CLEAN: clean
|
||||
sccs clean
|
||||
|
||||
Reference in New Issue
Block a user