Update Makefile

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

View File

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