Skip to content

Commit

Permalink
Make build.lisp portable without local-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Feb 25, 2019
1 parent e9a6f5c commit c176d88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.lisp
@@ -1,4 +1,7 @@
(pushnew (uiop/os:getcwd) asdf:*central-registry*)
(ql:register-local-projects)
(ql:quickload :starwar)
(in-package :starwar)
(setq *compression* 1)
(make-binary)
(delete-file (probe-file "system-index.txt"))

0 comments on commit c176d88

Please sign in to comment.