home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / PROGRAM / PCL4C30.ZIP / MODEM._T_ < prev    next >
Text File  |  1991-12-01  |  194b  |  11 lines

  1. #
  2. # Turbo C makefile for MODEM.C ( small model )
  3. #
  4. .c.obj:
  5.      tcc -ms -w- -c $<
  6.  
  7. modem.exe: modem.obj pcl4c_s.lib
  8.      tcc -ms -M modem.obj pcl4c_s.lib
  9.  
  10. modem.obj: modem.c pcl4c.h
  11.