home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-01-22 | 370 b | 22 lines |
- # makefile generated by BUILD V1.0, written by Chris Sokol.
- # makefile generated on 0/22/92.
-
- .asm.obj:
- tasm /ml /t /zi $*.asm
-
- .cpp.obj:
- ztc @options.ztc $*.cpp
-
- mon.exe: ttyio.obj mon.obj tty.obj
- ztc @linkfile
-
- clean:
- rm -f mon.exe mon.map *.obj
-
- ttyio.obj: ttyio.asm ttyio.inc
-
- mon.obj: mon.cpp tty.h ttyio.h
-
- tty.obj: tty.cpp tty.h ttyio.h
-
-