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". --- build.lisp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 build.lisp (limited to 'build.lisp') diff --git a/build.lisp b/build.lisp deleted file mode 100644 index b5c7473..0000000 --- a/build.lisp +++ /dev/null @@ -1,5 +0,0 @@ -(ql:quickload :asdf) -(ql:quickload :deploy) -(push :deploy-console *features*) -(asdf:load-asd (merge-pathnames "odraw.asd" (uiop:getcwd))) -(asdf:make :odraw) -- cgit v1.2.3-13-gbd6f