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
5589bdcb50
commit
48483329ae
@ -19,6 +19,9 @@ NXDN2DMR: $(OBJECTS)
|
||||
%.o: %.cpp
|
||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
install:
|
||||
install -m 755 NXDN2DMR /usr/local/bin/
|
||||
|
||||
clean:
|
||||
$(RM) NXDN2DMR *.o *.d *.bak *~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user