From b345a380cced62090c87db1cbae18cb69c8fbf8c Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 17 May 2024 10:29:53 +0200 Subject: [PATCH] fix makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 03262d6..9eb2abc 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ dist: clean rm -rf st-$(VERSION) terminfo: + mkdir terminfo tic -sx -o terminfo st.info install: st