home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 196.lha / APP / makefile < prev    next >
Makefile  |  1988-12-27  |  149b  |  9 lines

  1. # makefile for APP assembly preprocessor
  2.  
  3. app:    app.o
  4.     ln app.o -lc
  5.  
  6. shar:    app
  7.     uuencode >app.UU app app
  8.     shar >app.shar README makefile app.c app.UU
  9.