Add configure file
This commit is contained in:
parent
cd880532e2
commit
160f068ac9
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ RNRS=r7rs
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
echo "Nothing to do, run make install"
|
echo "Nothing to build, run make install"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install compile-r7rs ${PREFIX}/bin/compile-r7rs
|
install compile-r7rs ${PREFIX}/bin/compile-r7rs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue