From 5589bdcb501fae40df479621a0a4be72d568483e Mon Sep 17 00:00:00 2001 From: Marco Kubon Date: Fri, 3 Jul 2020 10:22:47 +0200 Subject: [PATCH] Update Makefile --- DMR2YSF/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DMR2YSF/Makefile b/DMR2YSF/Makefile index c31d7c3..7194fb3 100644 --- a/DMR2YSF/Makefile +++ b/DMR2YSF/Makefile @@ -18,6 +18,9 @@ DMR2YSF: $(OBJECTS) %.o: %.cpp $(CXX) $(CFLAGS) -c -o $@ $< +install: + install -m 755 DMR2YSF /usr/local/bin/ + clean: $(RM) DMR2YSF *.o *.d *.bak *~