From: tailor Date: Fri, 23 Nov 2007 06:01:17 +0000 (+0000) Subject: [lice @ add comment to toplevel Makefile] X-Git-Url: https://repo.or.cz/w/lice.git/commitdiff_plain/c8460718b52cbeb3b3184b069a38c617a699402d [lice @ add comment to toplevel Makefile] --- diff --git a/Makefile.in b/Makefile.in dissimilarity index 100% index 453f244..ac1132f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,19 +1,3 @@ -# choose your lisp and appropriate lisp_opts -LISP=@LISP_PROGRAM@ - -clisp_OPTS=-K full -on-error exit -i ~/.clisprc ./make-image.lisp -sbcl_OPTS=--load ./make-image.lisp - -LISP_OPTS= $(@LISP@_OPTS) - -# This is copied from the .asd file. It'd be nice to have the list in -# one place, but oh well. -FILES=package.lisp wrappers.lisp global.lisp custom.lisp commands.lisp data-types.lisp keymap.lisp casefiddle.lisp subprocesses.lisp buffer-local.lisp buffer.lisp intervals.lisp textprop.lisp search.lisp frame.lisp window.lisp render.lisp wm.lisp insdel.lisp cmds.lisp editfns.lisp undo.lisp syntax.lisp major-mode.lisp keyboard.lisp debugger.lisp recursive-edit.lisp minibuffer.lisp files.lisp help.lisp debug.lisp tty-render.lisp clisp-render.lisp main.lisp subr.lisp simple.lisp indent.lisp lisp-mode.lisp lisp-indent.lisp paragraphs.lisp text-mode.lisp doctor.lisp - -all: lice - -lice: $(FILES) - $(LISP) $(LISP_OPTS) - -clean: - rm -f *.fasl *.fas *.lib lice +# Nothing to do at the top level +all: + cd src && $(MAKE)