home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1808.dms / in.adf / Ndebt / makefile next >
Encoding:
Makefile  |  1992-03-22  |  204 b   |  11 lines

  1. #
  2. # makefile for Ndebt: Manx Aztec C v5.0a
  3. #
  4. # use small code and data, 32 bit ints, Manx floating point
  5. #
  6. # CFLAGS to use Manx floating point
  7. CFLAGS = -fm
  8. Ndebt:  Ndebt.o
  9.     ln Ndebt.o detach.ols -lm -lc
  10.  
  11.