mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2024-12-21 17:00:55 -05:00
Update Makefile
This commit is contained in:
parent
e4a4c5e807
commit
ffee1b92e7
@ -17,6 +17,9 @@ DMR2P25: $(OBJECTS)
|
||||
%.o: %.cpp
|
||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
install:
|
||||
install -m 755 DMR2P25 /usr/local/bin/
|
||||
|
||||
clean:
|
||||
$(RM) DMR2P25 *.o *.d *.bak *~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user