home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / jade-3.0.lha / Jade / lisp / Makefile < prev    next >
Encoding:
Makefile  |  1994-04-17  |  938 b   |  27 lines

  1. # Makefile for Jade's Lisp files
  2. # Copyright (C) 1993, 1994 John Harper <jsh@ukc.ac.uk>
  3.  
  4. # Jade is free software; you can redistribute it and/or modify it
  5. # under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2, or (at your option)
  7. # any later version.
  8.  
  9. # Jade is distributed in the hope that it will be useful, but
  10. # WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. # GNU General Public License for more details.
  13.  
  14. # You should have received a copy of the GNU General Public License
  15. # along with Jade; see the file COPYING.  If not, write to
  16. # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18. lisp :
  19.     ../src/jade -geometry +0+0 -log-msgs -f sleep-window -f compile-lisp-lib -q
  20.  
  21. clean :
  22.     -rm -f *.jlc *~
  23.     -cp ../src/DOC.bare ../DOC-strings
  24.  
  25. realclean : clean
  26.     -rm -f ../DOC-strings
  27.