home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / MARK_WC1.LZH / SRC / MAKEFILE < prev    next >
Text File  |  1988-04-27  |  220b  |  9 lines

  1. #
  2. # makefile to create the factor sample program
  3. # Note that this uses the built-in macros as opposed to explicit
  4. # actions.
  5. #
  6. factor.prg:    factor.o atod.o
  7.     $(CC) $(CFLAGS) -f -o factor.prg factor.o atod.o -lm
  8.