diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2022-11-21 09:53:53 -0600 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2022-11-21 09:53:53 -0600 |
commit | e53a656f96612975905c0322497afee8a48ae289 (patch) | |
tree | 76e13faa0704c8a4f9f3d7e2994f0c609f04cace | |
parent | ea014260eeab0998ea6abfcd3c7acf2493277d7e (diff) |
Fix: ensure-directories-exist for bin/ in build.lisp
-rw-r--r-- | build.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,4 +12,5 @@ SWANK-IO-PACKAGE::SWANK-ARGLISTS SWANK-IO-PACKAGE::SWANK-REPL)) +(ensure-directories-exist #P"./bin/") (sb-ext:save-lisp-and-die "bin/vampire" :toplevel #'vampire::run-vampire :executable t ) |