1
0
cpm3help/Makefile

18 lines
244 B
Makefile
Raw Normal View History

HELPS = \
cpm3/*.help \
romwbw/*.help
all: makehelp help.hlp
help.hlp: $(HELPS)
2020-03-18 15:37:21 +01:00
cat $^ | unix2dos >help.dat
./makehelp help.dat >$@
# @rm help.raw
makehelp: src/makehelp.c
$(CC) -o $@ $^
clean:
2020-03-18 15:37:21 +01:00
$(RM) help.hlp help.dat makehelp