enable install-libs workflow and the typical install behavior

This commit is contained in:
Matthew Wilson 2019-07-12 07:04:36 -04:00 committed by GitHub
parent 8f4c35a7b5
commit b7a11bd22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,9 @@ test:
idris --build tests.ipkg
make -C tests
install: all
install: all install-libs
install-libs: libs
mkdir -p ${PREFIX}/bin
mkdir -p ${PREFIX}/idris2/support/chez
mkdir -p ${PREFIX}/idris2/support/chicken