aboutsummaryrefslogtreecommitdiff
path: root/assignments/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-06-13 20:41:24 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-06-13 20:41:24 +0200
commita4cbbee0671ff20560c31a2f3945b6131496ab2b (patch)
tree7b3a7d80db0eb3377d87bb812a3cc233f7f0cd4d /assignments/Makefile
parente4bdeee49319bc5570dfa0e998e4e68f3c33ee8c (diff)
downloadiot-workshop-ndc-2018-a4cbbee0671ff20560c31a2f3945b6131496ab2b.tar.gz
iot-workshop-ndc-2018-a4cbbee0671ff20560c31a2f3945b6131496ab2b.tar.bz2
iot-workshop-ndc-2018-a4cbbee0671ff20560c31a2f3945b6131496ab2b.tar.xz
iot-workshop-ndc-2018-a4cbbee0671ff20560c31a2f3945b6131496ab2b.zip
wip
Diffstat (limited to 'assignments/Makefile')
-rw-r--r--assignments/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/assignments/Makefile b/assignments/Makefile
index e1ec335..52ee5c5 100644
--- a/assignments/Makefile
+++ b/assignments/Makefile
@@ -1,10 +1,6 @@
AS =
AS += blink-a-led
-AS += mqtt
-AS += mqtt2
-AS += mqtt3
-AS += read-a-button
-AS += read-temperature
+AS += mqtt-with-button
PDFS=$(foreach A,$(AS),$(A)/$(A).pdf)