home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume7 / tm / Makefile next >
Makefile  |  1989-07-02  |  74b  |  6 lines

  1. # Makefile for thisterm
  2. # Very easy:
  3.  
  4. thisterm: tm.c
  5.     cc -o thisterm tm.c
  6.