diff --git a/Makefile b/Makefile index b731ba0..7fd76f9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,9 @@ DOCKERIMG="vicare" endif STATIC_LIBS=libs.util.a libs.library-util.a libs.implementations.a libs.srfi-64-util.a -all: build-chibi +all: build + +build: build-gauche README.md: doc/compile-scheme.1 printf "
\n$$(MANWIDTH=80 man -l doc/compile-scheme.1)\n
" > README.md