File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ all : build
2+
3+ quicklisp-projects :
4+ git clone --depth=1 https://github.com/quicklisp/quicklisp-projects.git
5+
6+ quicklisp-controller :
7+ git clone --depth=1 https://github.com/xach/githappy.git
8+ git clone --depth=1 https://github.com/xach/westbrook.git
9+ git clone --depth=1 https://github.com/quicklisp/project-info.git
10+ git clone --depth=1 https://github.com/quicklisp/quicklisp-controller.git
11+
12+ build : quicklisp-projects quicklisp-controller
13+ sbcl --load build.lisp
File renamed without changes.
Original file line number Diff line number Diff line change 1+ (asdf/source-registry :initialize-source-registry
2+ ` (:source-registry
3+ (:tree (:here " ." ))
4+ :inherit-configuration ))
5+
6+ (ql :quickload :quicklisp-controller )
7+
8+ (quicklisp-controller ::update-what-you-can)
9+
10+
11+
You can’t perform that action at this time.
0 commit comments