mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
commit
b5f2789e8f
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ RUN apk add --update --no-cache \
|
|||
make \
|
||||
g++ \
|
||||
git \
|
||||
libsamplerate-dev \
|
||||
linux-headers \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
ADD ./ /MMDVMHost
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ OBJECTS = \
|
|||
all: MMDVMHost
|
||||
|
||||
MMDVMHost: GitVersion.h $(OBJECTS)
|
||||
$(CXX) $(OBJECTS) $(CFLAGS) $(LIBS) -o MMDVMHost
|
||||
$(CXX) $(OBJECTS) $(LDFLAGS) $(LIBS) -o MMDVMHost
|
||||
|
||||
%.o: %.cpp
|
||||
$(CXX) $(CFLAGS) -c -o $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue