mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
need to build ast library
This commit is contained in:
parent
2c036c7e7a
commit
5850f2b6c1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -101,7 +101,7 @@ endif
|
|||
|
||||
########################################################################
|
||||
|
||||
all: chibi-scheme$(EXE) libs
|
||||
all: chibi-scheme$(EXE) libs lib/chibi/ast$(SO)
|
||||
|
||||
CHIBI ?= LD_LIBRARY_PATH=".:$(LD_LIBRARY_PATH)" ./chibi-scheme$(EXE)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue