home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d305 / mackie.lha / Mackie / Makefile < prev    next >
Makefile  |  1990-01-17  |  205b  |  15 lines

  1. all: mackie
  2.  
  3. # if you want help-key processing, add `-DHELPKEY' to the following line.
  4.  
  5. CFLAGS= -DHELPKEY
  6.  
  7. mackie: mackie.o
  8.     ln mackie.o -lc
  9.  
  10. mackie.o: mackie.c
  11.     cc $(CFLAGS) mackie.c
  12.  
  13. clean:
  14.     delete #?.o
  15.