mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-07 12:50:34 -08:00
[wip]
This commit is contained in:
parent
eb6b814a53
commit
7294d0dd64
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ $(HDIR)/%.h: $(top_srcdir)/h/%.h
|
|||
nucl: $(NUCL_SRCS) nucl.c
|
||||
$(CC) $(NUCL_CFLG) -o $@ $^
|
||||
|
||||
r2rs: $(NUCL_SRCS) r2rs.c
|
||||
r2rs: $(NUCL_SRCS) character.c reader.c reader/parse_fixnum.c r2rs.c
|
||||
$(CC) $(NUCL_CFLG) -o $@ $^
|
||||
|
||||
../libeclmin.a: $(OBJS) all_symbols.o all_symbols2.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue