home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / forktest / Makefile < prev    next >
Encoding:
Makefile  |  1986-12-09  |  52 b   |  5 lines

  1.  
  2. forktest:    forktest.c
  3.     $(CC) $(CFLAGS) -o forktest
  4.  
  5.