Make installing easier
This commit is contained in:
parent
62f243cecf
commit
c967ad0c85
3
Makefile
3
Makefile
|
|
@ -9,11 +9,10 @@ SCHEME=chibi
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
markdown README.md > README.html
|
|
||||||
snow-chibi package \
|
snow-chibi package \
|
||||||
--version=${VERSION} \
|
--version=${VERSION} \
|
||||||
--authors="Retropikzel" \
|
--authors="Retropikzel" \
|
||||||
--doc=README.html \
|
--doc=README.md \
|
||||||
--foreign-depends=ffi \
|
--foreign-depends=ffi \
|
||||||
--description="Portable foreign function interface for R7RS Schemes" \
|
--description="Portable foreign function interface for R7RS Schemes" \
|
||||||
foreign/c.sld
|
foreign/c.sld
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue