mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2024-11-05 07:31:17 -05:00
Update Makefile
This commit is contained in:
parent
a9bf0a0d07
commit
a2a9fa278d
@ -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 *~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user