home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / xbin_25.shr / makefile next >
Makefile  |  1991-05-20  |  59b  |  5 lines

  1. xbin: xbin.c
  2.     /bin/rm -f xbin
  3.     cc -O -o xbin -DBSD xbin.c
  4.  
  5.