From 038b560ab0d238fd048a37dbc09d133cfad98996 Mon Sep 17 00:00:00 2001 From: Marie Date: Wed, 4 Dec 2024 20:06:08 +0100 Subject: [PATCH] make symlinks into hardlinks --- build.mb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mb b/build.mb index 13bc53f..51d59a2 100644 --- a/build.mb +++ b/build.mb @@ -57,7 +57,7 @@ set -e mkdir -p \$(dirname $(%output%)) rm $(%output%) -ln --symbolic $(%input%) $(%output%) +ln $(%input%) $(%output%) ' end end