From 5cf39a3a9f9b11c21ad4cdf931f0d5e25ed319d3 Mon Sep 17 00:00:00 2001 From: Kim Ravn Hansen Date: Mon, 3 Nov 2025 11:19:23 +0100 Subject: [PATCH] makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 002ec3c..fc433ab 100755 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ pdf: d20: echo "" > out/statsD20.csv - lua tooling/mathD20.lua > out/statsD20.csv && open out/statsD20.csv + lua tooling/mathD20.lua > out/statsD20.csv && column -s\; -t < out/statsD20.csv