From 5850f2b6c1eff62caff1cd415439c884d24c9858 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Thu, 27 Jan 2011 21:36:36 +0900 Subject: [PATCH] need to build ast library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a755d3b5..f56e7318 100644 --- a/Makefile +++ b/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)