Update Makefile

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