mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
adding libchibi-sexp.so for people who just want the read/write
functionality without any evaluator
This commit is contained in:
parent
718fc2a4b1
commit
87fa6e3b7e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -108,6 +108,9 @@ eval.o: eval.c opcodes.c opt/simplify.c $(INCLUDES) include/chibi/eval.h Makefil
|
|||
main.o: main.c $(INCLUDES) include/chibi/eval.h Makefile
|
||||
$(CC) -c $(XCPPFLAGS) $(XCFLAGS) -o $@ $<
|
||||
|
||||
libchibi-sexp$(SO): sexp.o
|
||||
$(CC) $(CLIBFLAGS) -o $@ $^ $(XLDFLAGS)
|
||||
|
||||
libchibi-scheme$(SO): eval.o sexp.o
|
||||
$(CC) $(CLIBFLAGS) -o $@ $^ $(XLDFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue