home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / W / BTIMPY.ZIP / MAKEFILE.MAK next >
Text File  |  1992-09-06  |  160b  |  9 lines

  1. test1.exe: test1.obj test2.obj
  2.     tcc test1.obj test2.obj
  3.  
  4. test1.obj: test1.c
  5.     tcc test1 test2.obj
  6.  
  7. test2.obj: test2.c test.h
  8.     tcc -etest test2 test1.obj
  9.