1
0
Fork 0
cpm3help/Makefile

18 lines
244 B
Makefile

HELPS = \
cpm3/*.help \
romwbw/*.help
all: makehelp help.hlp
help.hlp: $(HELPS)
cat $^ | unix2dos >help.dat
./makehelp help.dat >$@
# @rm help.raw
makehelp: src/makehelp.c
$(CC) -o $@ $^
clean:
$(RM) help.hlp help.dat makehelp