home *** CD-ROM | disk | FTP | other *** search
- #
- # Turbo C makefile for FILEXFER.C ( small model )
- #
- .c.obj:
- tcc -ms -c $<
-
- filexfer.exe: filexfer.obj crc.obj dir_io.obj modem_io.obj xysay.obj pcl4c_s.lib ppl4c_sb.lib
- tcc -ms -M filexfer.obj crc.obj dir_io.obj modem_io.obj xysay.obj pcl4c_s.lib ppl4c_sb.lib
-
- filexfer.obj: filexfer.c pcl4c.h ppl4c.h filexfer.h
-