From 5c6d444c2e73d6154a16ae9380662c2c75c6eafd Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 10 Feb 2025 09:01:02 +0000 Subject: Reworked build.lisp and load.lisp into bob.lisp bob.lisp quickloads the dependencies necessary and defines functions which I can just call from my REPL to load or build the project. Better than loading the file over and over again. Affectionately named after "Bob The Builder". --- load.lisp | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 load.lisp (limited to 'load.lisp') diff --git a/load.lisp b/load.lisp deleted file mode 100644 index ccecd8d..0000000 --- a/load.lisp +++ /dev/null @@ -1,4 +0,0 @@ -(ql:quickload :asdf) -(ql:quickload :deploy) -(asdf:load-asd (merge-pathnames "odraw.asd" (uiop:getcwd))) -(asdf:load-system :odraw) -- cgit v1.2.3-13-gbd6f