diff options
Diffstat (limited to 'assignments/Makefile')
-rw-r--r-- | assignments/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assignments/Makefile b/assignments/Makefile index 2f97a07..6d31568 100644 --- a/assignments/Makefile +++ b/assignments/Makefile @@ -2,6 +2,8 @@ AS = AS += blink-a-led AS += read-temperature AS += mqtt +AS += mqtt2 +AS += mqtt3 PDFS=$(foreach A,$(AS),$(A)/$(A).pdf) |