home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / bsd.ps.patch / Makefile next >
Encoding:
Makefile  |  1986-11-30  |  54 b   |  4 lines

  1. CFLAGS=-O -DECN
  2. ps:    ps.c
  3.     cc $(CFLAGS) -o ps ps.c -lm
  4.