diff options
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 |
