From 0c58692dddac6643c55dc35f0b8f03ea4991104f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 22 May 2022 00:32:48 +0200 Subject: 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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index be303db..b85e18e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ *.fasl + +/bundle/ +/lib/wajir/ +system-index.txt -- cgit v1.2.3