diff options
| author | Mistivia <i@mistivia.com> | 2025-06-23 14:06:15 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-23 14:06:15 +0800 |
| commit | 69e9065635b1c20fe0f973bdebeb2745171bace1 (patch) | |
| tree | 02505a75859b2667b0f90f159470228357c1eb66 /Makefile | |
| parent | 957175b7f1bff57477ccd000c956bcbe06d159cf (diff) | |
optimize gc stack
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
