Update Makefile

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