diff options
| author | Mistivia <i@mistivia.com> | 2025-12-14 04:53:43 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-12-14 04:53:43 +0800 |
| commit | 995b45685a5d23e9bbf5667b2e9246ba385110cd (patch) | |
| tree | 039197e5147a1451daaf2c980f602bf52ad18fb1 /Makefile | |
| parent | 14469e9fb6db827ce9b1308d11fff1026e50a75f (diff) | |
clean dir
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,7 +16,7 @@ installdir = /usr/local/lib/ src = $(shell find ./ -maxdepth 1 -name '*.c' -not -name 'main.c') obj = $(src:.c=.o) -extsrc = $(shell find ./exts/ -maxdepth 1 -name '*.c') +extsrc = $(shell find ./ext_example/ -maxdepth 1 -name '*.c') extobj = $(extsrc:.c=.so) tests=$(shell ls tests/*.c) @@ -31,8 +31,6 @@ install: bamboo-lisp libbamboo-lisp.so sudo cp libbamboo-lisp.so $(installdir) sudo mkdir -p /usr/local/include/bamboo_lisp sudo cp *.h /usr/local/include/bamboo_lisp/ - sudo mkdir -p /usr/local/share/bamboo-lisp/exts/ - sudo cp exts/*.so /usr/local/share/bamboo-lisp/exts/ prelude.c: prelude.lisp cat prelude.lisp | python scripts/genprelude.py > prelude.c |
