home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / gstream / Makefile < prev   
Encoding:
Makefile  |  1993-05-08  |  170 b   |  10 lines

  1. # gstream
  2.  
  3. .SUFFIXES:   .c .o
  4. Files        = o.gstream o.osstream o.ramstream o.savebox o.xferstream
  5.  
  6. all:         $(files)
  7.  
  8. .c.o:;       cc -c -throwback -IC: $< -o $@
  9.  
  10.