home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / misc / units-1.0.lha / Units / source / makefile.unix < prev    next >
Encoding:
Makefile  |  1994-07-29  |  81 b   |  6 lines

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