7a4db971d5d7c811f88c4dede14fb792ea4c333f
[sbcl.git] / contrib / asdf / Makefile
1 MODULE=asdf
2 include ../vanilla-module.mk
3
4
5 test::
6         true
7
8 up:
9         test -d asdf-upstream || git clone http://common-lisp.net/project/asdf/asdf.git asdf-upstream
10         cd asdf-upstream && git pull
11         cp asdf-upstream/asdf.lisp asdf.lisp
12         cp asdf-upstream/asdf.texinfo asdf.texinfo
13         cp asdf-upstream/README README
14         cp asdf-upstream/LICENSE LICENSE