home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume8 / trmatch / Makefile next >
Encoding:
Makefile  |  1987-02-12  |  84 b   |  6 lines

  1. # Makefile for trmatch.
  2.  
  3. CFLAGS    = -O
  4. trmatch:
  5.     $(CC) $(CFLAGS) -o trmatch trmatch.c
  6.