X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=4af74192f7481fd807fced5e26fb9cccdafe63f2;hb=ff8d068c73d982f6228861c937771ccb864ad348;hp=e963a2520dce74e28e86065b54af56b072d03d7d;hpb=5d66ace14bf1d859d364e0004335d1a6800e0d40;p=vcs-tree.git diff --git a/Makefile b/Makefile index e963a25..4af7419 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # Author: Kevin M. Rosenberg # Date Started: Sep 2003 # -# $Id: Makefile 7061 2003-09-07 06:34:45Z kevin $ +# $Id$ ############################################################################## @@ -15,7 +15,7 @@ sources :=$(pkg).asd main.lisp loader.lisp package.lisp kmrcl-excerpt.lisp $(pkg): $(sources) $(MAKE) clean - sbcl --load "$(pkg).asd" --eval "(asdf:oos 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)" + sbcl --core a --load "$(pkg).asd" --eval "(asdf:oos 'asdf:load-op '$(pkg))" --eval "(sb-ext:quit :unix-status 0)" clean: rm -f *.fasl $(pkg)