Age | Commit message (Collapse) | Author |
|
|
|
Copy the `pkg` target from Wajir to make a tarball of the bundled
dependencies in `bundle` and the Extreload source code.
This tarball can then be distributed and the program can be built and
installed from it using the Makefile. By distributing the source, an
executable can be built for more architectures and systems.
|
|
|
|
Make it easy for package managers to build and install the program.
|
|
Add a target to create a self-contained bundle of the program that isn't
dependent on Quicklisp.
This code is based on what I did in Wajir.
|
|
|
|
|
|
Not using ECL any more. Instead we're continuing to build with SBCL and
enable binary compression.
|
|
|
|
This is the final project. Now that we got rid of the web extension and
native host code, we can move the Lisp code to the root.
|