aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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