Handle case where $(BINDIR) does not exist

This commit is contained in:
Juhani Krekelä 2018-07-11 15:18:54 +00:00
parent 8f2342242e
commit 386df61f16
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ lewdfingerd: lewdfingerd.c
.PHONY: all install uninstall clean distclean
install: all
mkdir -p $(BINDIR)
install lewdfingerd $(BINDIR)
uninstall: