home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 5 / memwatch / makefile next >
Encoding:
Makefile  |  1994-01-27  |  250 b   |  12 lines

  1. #
  2. # makefile to make the MemWatch program
  3. #
  4. LC1FLAGS = -d
  5. LC2FLAGS = -v -s -r
  6. LIBS = lib:amiga.lib
  7.  
  8. MemWatch: WBC.o MemWatch.o
  9.   BLINK FROM WBC.o MemWatch.o TO MemWatch\
  10.   NODEBUG VERBOSE SMALLCODE SMALLDATA LIBRARY $(LIBS)\
  11.   MAP MemWatch.map hsflx
  12.