home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / swish.tar / Makefile < prev    next >
Makefile  |  1995-03-12  |  222b  |  15 lines

  1. # Makefile for SWISH
  2. # Kevin Hughes, 3/11/95
  3.  
  4. all:
  5.     cd src; make
  6.     cd src; mv swish ..
  7.  
  8. clean:
  9.     rm -f ./swish ./index.swish
  10.     cd src; make clean
  11.  
  12. test:
  13.     ./swish -i test.html -v -f index.swish
  14.     ./swish -f index.swish -w test
  15.