mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
install just depends on all
This commit is contained in:
parent
33f7600640
commit
66f47d5607
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)
|
test: chibi-scheme$(EXE)
|
||||||
$(CHIBI) tests/r5rs-tests.scm
|
$(CHIBI) tests/r5rs-tests.scm
|
||||||
|
|
||||||
install: chibi-scheme$(EXE) libs
|
install: all
|
||||||
mkdir -p $(DESTDIR)$(BINDIR)
|
mkdir -p $(DESTDIR)$(BINDIR)
|
||||||
cp chibi-scheme$(EXE) $(DESTDIR)$(BINDIR)/
|
cp chibi-scheme$(EXE) $(DESTDIR)$(BINDIR)/
|
||||||
cp tools/chibi-ffi $(DESTDIR)$(BINDIR)/
|
cp tools/chibi-ffi $(DESTDIR)$(BINDIR)/
|
||||||
|
|
Loading…
Add table
Reference in a new issue