aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-23 14:06:15 +0800
committerMistivia <i@mistivia.com>2025-06-23 14:06:15 +0800
commit69e9065635b1c20fe0f973bdebeb2745171bace1 (patch)
tree02505a75859b2667b0f90f159470228357c1eb66 /Makefile
parent957175b7f1bff57477ccd000c956bcbe06d159cf (diff)
optimize gc stack
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b3ebc74..95f3c67 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,7 @@ test: bamboo-lisp $(tests_bin)
@echo "Run tests:"
@scripts/runall.sh $(tests_bin)
@echo "Run scripts:"
- cd tests/ && \
- ../bamboo-lisp test.lisp
+ ./bamboo-lisp tests/test.lisp
$(obj):%.o:%.c