From 04fbf3094c36f31c617d652ee03cbaac9ee84757 Mon Sep 17 00:00:00 2001 From: grisu48 Date: Tue, 3 Jan 2017 15:23:27 +0100 Subject: [PATCH] Install added --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 769c9fa..8d0bda8 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,6 @@ dist: clean cd ..; \ tar cfvJ $(DIST)/$(DIST)-`date -u "+%Y%m%d%H%M"`.txz $(DIST)/* +install: $(BIN) + install $(BIN) /usr/bin +