Update Makefile

This commit is contained in:
Marco Kubon 2020-07-03 10:25:26 +02:00 committed by GitHub
parent a9bf0a0d07
commit a2a9fa278d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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