home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / files / 2518.dms / 2518.adf / Blankers / Makefile < prev    next >
Makefile  |  1992-02-21  |  207b  |  9 lines

  1.  
  2. STL = LIB:lc.lib LIB:amiga.lib
  3. BLO = SC SD ND NOICONS
  4. TNM = DEFINE __main=__tinymain
  5.  
  6. ASwarmb: ASwarm3.c
  7.       LC:lc -cfsu -v -O ASwarm3.c
  8.      LC:blink FROM LIB:c.o ASwarm3.o $(TNM) LIB $(STL) $(BLO) TO ASwarm3
  9.