1.0.45.3: Whitespace cleanup
[sbcl.git] / contrib / asdf / Makefile
index 3067de6..1510108 100644 (file)
@@ -1,8 +1,13 @@
-asdf.fasl: asdf.lisp
-       $(SBCL) --eval '(compile-file "asdf")' </dev/null
+MODULE=asdf
+include ../vanilla-module.mk
 
-test:
+
+test::
        true
 
-install: asdf.fasl
-       cp $< $(INSTALL_DIR)
+up:
+       sh pull-asdf.sh
+       cp asdf-upstream/asdf.lisp asdf.lisp
+       cp asdf-upstream/doc/asdf.texinfo asdf.texinfo
+       cp asdf-upstream/README README
+       cp asdf-upstream/LICENSE LICENSE