From 6e89e4922f8c5eb7ec3797729a82137d70bc8940 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 25 Jun 2020 10:00:57 +0100 Subject: [PATCH] Add the install target. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 22656d1..148d8bb 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ FORCE: clean: $(RM) DMRGateway *.o *.d *.bak *~ GitVersion.h +install: + install -m 755 DMRGateway /usr/local/bin/ + # Export the current git version if the index file exists, else 000... GitVersion.h: ifneq ("$(wildcard .git/index)","")