mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 07:23:53 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
a431799150
8 changed files with 49 additions and 18 deletions
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ OBJECTS = \
|
|||
all: MMDVMHost RemoteCommand
|
||||
|
||||
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||
$(CXX) $(OBJECTS) $(LDFLAGS) $(LIBS) -o MMDVMHost
|
||||
|
||||
RemoteCommand: Log.o MQTTPublisher.o RemoteCommand.o UDPSocket.o
|
||||
$(CXX) Log.o MQTTPublisher.o RemoteCommand.o UDPSocket.o $(CFLAGS) $(LIBS) -o RemoteCommand
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue