From ad3fcb8a0fdab75dc03f726c2b49e12a62fe5149 Mon Sep 17 00:00:00 2001 From: Circling Skies Date: Sun, 15 Dec 2024 12:03:44 -0300 Subject: [PATCH] Squash. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da6ab53..9bdbbb3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -default: loop shell +default: loop loop: loop.asd loop.lisp scripts/build-exe.lisp sbcl --script scripts/build-exe.lisp