This commit is contained in:
Dan 2008-05-26 12:49:11 -07:00
parent 83a472b182
commit feed1cef21
1 changed files with 14 additions and 0 deletions

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
CC=sbcl --noinform --eval '(compile-file "
CCEND=")' --eval '(quit)'
default: fink.fasl
fink.fasl:
sbcl --noinform --load 'env.lisp' --eval '(quit)'
#$(CC)env.lisp$(CCEND)
#$(CC)fink.lisp$(CCEND)
clean:
rm *.fasl