0.7.12.24
[sbcl.git] / contrib / asdf / Makefile
1 asdf.fasl: asdf.lisp
2         $(SBCL) --eval '(compile-file "asdf")' </dev/null
3
4 test:
5         true
6
7 install: asdf.fasl
8         cp $< $(INSTALL_DIR)