From 386df61f168cd03f2d54817f18cf77ccbe1d3555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 11 Jul 2018 15:18:54 +0000 Subject: [PATCH] Handle case where $(BINDIR) does not exist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7ea68e6..a4f7cf9 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ lewdfingerd: lewdfingerd.c .PHONY: all install uninstall clean distclean install: all + mkdir -p $(BINDIR) install lewdfingerd $(BINDIR) uninstall: