From 71886f4bee7254fce0b808fe5f3a19588692769f Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Tue, 29 Mar 2016 13:13:38 +1100 Subject: [PATCH] Added new examples to top level Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7bfd48..eae6b2a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,9 @@ SUBDIRS=tools/makeadf \ 019.hori_scroll\ 020.shrinkler\ 021.calling_c\ - 022.photons_bootloader + 022.photons_bootloader\ + 023.slideshow\ + 024.simple_text .PHONY: subdirs $(SUBDIRS)