From 568f1ddeeb91dd9a0b4ef072001277f9e720de94 Mon Sep 17 00:00:00 2001 From: saky Date: Sun, 9 Jun 2024 16:11:07 +0200 Subject: [PATCH] added less --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3adf43a..35d8bc7 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ $(COLLECTION): overview.md World @./parse.sh World/Players_are_Entropy.md >> $(COLLECTION) @./parse.sh Mechanics/Minds.md >> $(COLLECTION) @./parse.sh Mechanics/Stats.md >> $(COLLECTION) - @lowdown -sTterm $(COLLECTION) | bat + @lowdown -sTterm $(COLLECTION) | less -R .PHONY: clean clean: