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