Update Makefile

This commit is contained in:
Marco Kubon 2020-07-03 10:21:19 +02:00 committed by GitHub
parent 7c095b1a24
commit e4a4c5e807
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 @@ DMR2NXDN: $(OBJECTS)
%.o: %.cpp
$(CXX) $(CFLAGS) -c -o $@ $<
install:
install -m 755 DMR2NXDN /usr/local/bin/
clean:
$(RM) DMR2NXDN *.o *.d *.bak *~