README added
This commit is contained in:
13
Makefile
13
Makefile
@@ -1,8 +1,3 @@
|
||||
# Also: help.raw => 0:HELP.DAT, "HELP [C]", to re-create HELP.HLP if 'makehelp'
|
||||
# doesn't produce a working HELP.HLP file.
|
||||
#
|
||||
# Paragraphs may be justified using "par j".
|
||||
|
||||
HELPS = \
|
||||
cpm3/*.help \
|
||||
romwbw/*.help
|
||||
@@ -10,13 +5,13 @@ HELPS = \
|
||||
all: makehelp help.hlp
|
||||
|
||||
help.hlp: $(HELPS)
|
||||
cat $^ | unix2dos >help.raw
|
||||
./makehelp help.raw >$@
|
||||
@rm help.raw
|
||||
cat $^ | unix2dos >help.dat
|
||||
./makehelp help.dat >$@
|
||||
# @rm help.raw
|
||||
|
||||
makehelp: src/makehelp.c
|
||||
$(CC) -o $@ $^
|
||||
|
||||
clean:
|
||||
$(RM) help.hlp help.raw makehelp
|
||||
$(RM) help.hlp help.dat makehelp
|
||||
|
||||
|
Reference in New Issue
Block a user