chiark
/
gitweb
/
~mdw
/
jlisp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Work in progress.
[jlisp]
/
build.lisp
1
;;; -*-lisp-*-
2
3
(let ((sys:*compile-file-zip* nil))
4
(dolist (file '("jj" "swing" "weak" "queue" "dep" "dep-ui"))
5
(compile-file file)
6
(load file)))
7
(exit)