home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / c / vbcc / machines / amigappc / startup / makefile next >
Encoding:
Makefile  |  1997-12-30  |  90 b   |  8 lines

  1. CC = vc
  2. AS = pasm
  3. CCOPTS = +ppc
  4. ASOPTS =
  5.  
  6. startup.o: startup.s
  7.     $(AS) $(ASOPTS) startup.s
  8.