Add configure file

This commit is contained in:
retropikzel 2026-03-20 19:07:53 +02:00
parent cd880532e2
commit 160f068ac9
2 changed files with 2 additions and 1 deletions

View File

@ -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

1
configure vendored Executable file
View File

@ -0,0 +1 @@
echo "Nothing to configure, run make"