From 68ad22064050bfefcf6b300bcdb39881388596f8 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 5 Feb 2026 02:55:00 +0100 Subject: [PATCH] Install -d first --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ccacf26..bb19b73 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,5 @@ clean: rm -f *.o writeimg install: writeimg + install -d $(DESTDIR)$(PREFIX)/bin install -m 0755 $< $(DESTDIR)$(PREFIX)/bin/$<