home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 620.lha / NoDelete_v2.01 / src / Makefile next >
Makefile  |  1992-02-09  |  291b  |  15 lines

  1. nodelete: nodelete201.o split_string.o
  2.     ln  -o nodelete nodelete201.o split_string.o -la -lc32
  3.  
  4. nodelete201.o: nodelete201.c
  5.     cc  +LIaztec:pre/in32.pre nodelete201.c
  6.  
  7. split_string.o: split_string.c
  8.     cc  +LIaztec:pre/in32.pre split_string.c
  9.  
  10. clean:
  11.     delete #?.o
  12.  
  13. spotless:
  14.     delete #?.o nd201
  15.