summaryrefslogtreecommitdiff
path: root/mqtt-controller/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mqtt-controller/Makefile')
-rw-r--r--mqtt-controller/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mqtt-controller/Makefile b/mqtt-controller/Makefile
new file mode 100644
index 0000000..c3efc35
--- /dev/null
+++ b/mqtt-controller/Makefile
@@ -0,0 +1,2 @@
1mqtt-controller: devices.go main.go mqtt.go status.go unified_switch.go
2 go build -o $@ $^