home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 206.lha / Flist_v1.2 / Sources / null / Makefile < prev    next >
Encoding:
Makefile  |  1988-12-28  |  387 b   |  18 lines

  1. #########################################################################
  2. #
  3. #        null-handler Makefile
  4. #        V 0.0 (c) Gunnar Nordmark 1988
  5. #        For Manx 3.6a
  6. #
  7. #########################################################################
  8.  
  9.  
  10. null-handler    : misc.o null.o
  11.     ln  -o null-handler misc.o null.o -lc32
  12.  
  13. misc.o    : misc.c 
  14.     cc +L +Hnull.syms misc.c
  15.  
  16. null.o    : null.c
  17.     cc +L +Inull.syms null.c
  18.