From 545f98246941921230d337d84f8d44a30aa44480 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Thu, 10 Oct 2024 04:38:21 -0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78de70a..db6af51 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ copy_config: startup: @echo "Startup testing..." - $(LEM) -q --batch -l "./test/startup/test-startup.el" + $(LEM) -batch "./test/startup/test-startup.lisp"