Add plain build job to makefile
This commit is contained in:
parent
85c2edf594
commit
58c9424398
4
Makefile
4
Makefile
|
|
@ -14,7 +14,9 @@ DOCKERIMG="vicare"
|
||||||
endif
|
endif
|
||||||
STATIC_LIBS=libs.util.a libs.library-util.a libs.implementations.a libs.srfi-64-util.a
|
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
|
README.md: doc/compile-scheme.1
|
||||||
printf "<pre>\n$$(MANWIDTH=80 man -l doc/compile-scheme.1)\n</pre>" > README.md
|
printf "<pre>\n$$(MANWIDTH=80 man -l doc/compile-scheme.1)\n</pre>" > README.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue