diff options
| author | Teddy Wing | 2022-05-22 00:32:48 +0200 |
|---|---|---|
| committer | Teddy Wing | 2022-05-22 00:41:18 +0200 |
| commit | 0c58692dddac6643c55dc35f0b8f03ea4991104f (patch) | |
| tree | 28f85c80feea7ebb88b2e0fd3105e5c74b5b90ac /.gitignore | |
| parent | ed21989821175af68bc9bfa558b677991e04802d (diff) | |
| download | wajir-0c58692dddac6643c55dc35f0b8f03ea4991104f.tar.bz2 | |
Makefile: Bundle dependencies for packaging
Since I can't load Quicklisp dependencies when building with Homebrew or
MacPorts, do `(ql:bundle-systems)` to create a bundle that includes all
dependencies and can be packaged into a tarball for building from
package managers.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ *.fasl + +/bundle/ +/lib/wajir/ +system-index.txt |
