aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-24 17:12:42 +0800
committerMistivia <i@mistivia.com>2025-07-24 17:12:42 +0800
commit601ad7249add73d392b21c572921e0bbf6114e9f (patch)
tree8a545eafa0b37949efb51b0c91f8011d8ecca269 /Makefile
parentdec35ab80b9cc3b83b3a806835198b0a58cdc0cb (diff)
load path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1a4a4c..8395b48 100644
--- a/Makefile
+++ b/Makefile
@@ -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