From 58c9424398faf8e54cf3a8fe85cb5a938157c53d Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 13 Dec 2025 09:51:42 +0200 Subject: [PATCH] Add plain build job to makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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