summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b667d15..778afeb 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,3 @@ docker:
10 cd docker; \ 10 cd docker; \
11 docker build -t docker.crute.me/mfi_homekit:latest .; \ 11 docker build -t docker.crute.me/mfi_homekit:latest .; \
12 docker push docker.crute.me/mfi_homekit:latest 12 docker push docker.crute.me/mfi_homekit:latest
13
14mfi-mqtt-mips: mfi-mqtt.c
15 $(BUILDROOT)/output/host/bin/mips-buildroot-linux-uclibc-gcc \
16 -Wall -o $@ $< \
17 -lpthread -lmosquitto -ljson-c -static