home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 455.lha / StickMouse_v1.0 / MakeFile < prev    next >
Makefile  |  1990-12-10  |  274b  |  15 lines

  1. # Makefile for
  2. # Stickmouse
  3. # will work with Manx C V 3.6
  4. #
  5.  
  6. CFLAGS =  +l -n -s
  7. # remove -n after your finished Debugging
  8.  
  9. Stickmouse: Stickmouse.o
  10.        ln -t -g -o StickMouse Stickmouse.o -lc32
  11. # remove -t and -g after you finished Debugging
  12.  
  13. Stickmouse.o: Stickmouse.c
  14.  
  15.