home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / misc / sci / units / source / makefile.unix < prev    next >
Encoding:
Makefile  |  1994-07-28  |  81 b   |  6 lines

  1. CC=gcc
  2. CFLAGS= -DUNITSFILE=\"units.lib\"
  3.  
  4. units:    units.o
  5.     $(CC) -o units units.o
  6.