X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=contrib%2Fasdf%2FMakefile;h=4855a3b00fddbe693abdda5175790a61ed7112c4;hb=b4fa259c1a797ff591c45a9bca7808dd22acf582;hp=caa730009ded65deb8f0371c428c9dfd42ff5fa4;hpb=10d2c05ea44ca0837091434fe2223c0c31687615;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index caa7300..4855a3b 100644 --- a/contrib/asdf/Makefile +++ b/contrib/asdf/Makefile @@ -1,5 +1,13 @@ MODULE=asdf include ../vanilla-module.mk + test:: true + +up: + sh pull-asdf.sh + (cd asdf-upstream; make build/asdf.lisp) + cp asdf-upstream/build/asdf.lisp asdf.lisp + cp asdf-upstream/doc/asdf.texinfo asdf.texinfo + cp asdf-upstream/README README