From a4112607703f489446cec95e499ab879c6730537 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 2 Oct 2018 23:52:05 +0200 Subject: [PATCH] Small fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f4e2db..eafc792 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ seed.html: $(SELIT) @echo " [LIT] $@..." $(HIDE) $(LIT) -w "$<" -install: +install: all install -d "$(DESTDIR)$(BINPREFIX)" install -m 755 "$(KWTARGET)" "$(DESTDIR)$(BINPREFIX)" install -m 755 "$(SETARGET)" "$(DESTDIR)$(BINPREFIX)"