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)","")