Update Makefile

This commit is contained in:
Marco Kubon 2020-07-03 10:21:47 +02:00 committed by GitHub
parent e4a4c5e807
commit ffee1b92e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ DMR2P25: $(OBJECTS)
%.o: %.cpp
$(CXX) $(CFLAGS) -c -o $@ $<
install:
install -m 755 DMR2P25 /usr/local/bin/
clean:
$(RM) DMR2P25 *.o *.d *.bak *~