Update Makefile

This commit is contained in:
Marco Kubon
2020-07-03 10:24:03 +02:00
committed by GitHub
parent 48483329ae
commit 983b8f2525
+3
View File
@@ -17,6 +17,9 @@ P252DMR: $(OBJECTS)
%.o: %.cpp
$(CXX) $(CFLAGS) -c -o $@ $<
install:
install -m 755 P252DMR /usr/local/bin/
clean:
$(RM) P252DMR *.o *.d *.bak *~