1
0
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:
Arthur David Olson
1986-11-24 19:15:06 -05:00
committed by Paul Eggert
parent f12533687c
commit 546394c2b2

View File

@ -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