home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Zone / VRZONE.ISO / mac / PC / PCGLOVE / GLOVE / PREVIOUS / MAKEFILE < prev    next >
Text File  |  1991-10-28  |  149b  |  9 lines

  1. test.exe: test.obj newglove.obj
  2.     tcc test.obj newglove.obj
  3.  
  4. newglove.obj: newglove.c glove.h
  5.     tcc -c newglove
  6.  
  7. test.obj: test.c glove.h
  8.     tcc -c test
  9.