diff options
| author | Mistivia <i@mistivia.com> | 2025-07-24 17:12:42 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-07-24 17:12:42 +0800 |
| commit | 601ad7249add73d392b21c572921e0bbf6114e9f (patch) | |
| tree | 8a545eafa0b37949efb51b0c91f8011d8ecca269 /Makefile | |
| parent | dec35ab80b9cc3b83b3a806835198b0a58cdc0cb (diff) | |
load path
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ obj = $(src:.c=.o) tests=$(shell ls tests/*.c) tests_bin=$(tests:.c=.bin) -all: bamboo-lisp +all: bamboo-lisp ext_example/vector.so $(tests_bin) install: bamboo-lisp libbamboo-lisp.a sudo cp bamboo-lisp /usr/local/bin/bamboo-lisp |
