#+begin_src shell gcc -lecl ecl_test.c -o test-game libtest-game.a #+end_src #+begin_src lisp (uiop:getcwd) (uiop:chdir "Development/tinyswords/") (compile-file "game.lisp" :system-p t) (c:build-static-library "test-game" :lisp-files '("game.o") :init-name "game") #+end_src