Skip to content

Commit 5dff6f7

Browse files
committed
Build
1 parent ee50353 commit 5dff6f7

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

build/Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

build/build.lisp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

0 commit comments

Comments
 (0)