Version 0.10.5

This commit is contained in:
retropikzel 2025-08-28 09:09:15 +03:00
parent b7ab344d5a
commit fa39928d48
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
.PHONY: libtest.o tests/libtest.so libtest.a documentation README.html foreign-c.pdf .PHONY: libtest.o tests/libtest.so libtest.a documentation README.html foreign-c.pdf
PDFENGINE=weasyprint PDFENGINE=weasyprint
CC=gcc CC=gcc
VERSION=0.10.4 VERSION=0.10.5
TEST=primitives TEST=primitives
SCHEME=chibi SCHEME=chibi
TMPDIR=tmp/${SCHEME} TMPDIR=tmp/${SCHEME}
@ -15,9 +15,7 @@ ifeq "${SCHEME}" "ypsilon"
INCDIRS=-I . INCDIRS=-I .
endif endif
all: build ${TMPDIR} package: README.html
build: README.html
make ${SCHEME} make ${SCHEME}
snow-chibi package \ snow-chibi package \
--version=${VERSION} \ --version=${VERSION} \