From 5fc01c8beb399f9ee620cd058145ee8a3efecb10 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Tue, 9 Jun 2026 11:23:37 +0300 Subject: [PATCH] Small makefile fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c567d6..5d35e74 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ package: retropikzel/${LIBRARY}/LICENSE retropikzel/${LIBRARY}/VERSION retropikz ${LIBRARY_FILE} install: - snow-chibi install --update-strategy=never --impls=${SCHEME} --always-yes ${PKG} + snow-chibi install --impls=${SCHEME} --always-yes ${PKG} testfiles: package ${TESTFILE} rm -rf .tmp @@ -55,7 +55,7 @@ test-docker: package testfiles COMPILE_R7RS=${SCHEME} \ TEST_R7RS_DEBUG=1 \ CSC_OPIONS="-L -lcurl" \ - test-r7rs test.${SFX} + test-r7rs -o test-program test.${SFX} retropikzel/wasm/plus.wat: retropikzel/wasm/plus.c emcc -o retropikzel/wasm/plus.js retropikzel/wasm/plus.c