Update Makefile

This commit is contained in:
Marco Kubon
2020-07-03 10:21:47 +02:00
committed by GitHub
parent e4a4c5e807
commit ffee1b92e7
+3
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 *~