mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
make install depends on libs
This commit is contained in:
parent
28d7a734d4
commit
d60c8e5aa6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -237,7 +237,7 @@ test-libs: chibi-scheme$(EXE)
|
|||
test: chibi-scheme$(EXE)
|
||||
$(CHIBI) tests/r5rs-tests.scm
|
||||
|
||||
install: chibi-scheme$(EXE)
|
||||
install: chibi-scheme$(EXE) libs
|
||||
mkdir -p $(DESTDIR)$(BINDIR)
|
||||
cp chibi-scheme$(EXE) $(DESTDIR)$(BINDIR)/
|
||||
cp tools/chibi-ffi $(DESTDIR)$(BINDIR)/
|
||||
|
|
Loading…
Add table
Reference in a new issue