Update Makefile

This commit is contained in:
Marco Kubon 2020-07-03 10:22:47 +02:00 committed by GitHub
parent ffee1b92e7
commit 5589bdcb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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