X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf%2FMakefile;h=15101086311c00c84deb7e7fde17d6dd047da51b;hb=318ab6173a0bda1dcb5700e1c8c116eee8006682;hp=caa730009ded65deb8f0371c428c9dfd42ff5fa4;hpb=10d2c05ea44ca0837091434fe2223c0c31687615;p=sbcl.git diff --git a/contrib/asdf/Makefile b/contrib/asdf/Makefile index caa7300..1510108 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 + 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