aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor Holberton <taylorcholberton@gmail.com>2016-12-04 13:19:29 -0800
committerTaylor Holberton <taylorcholberton@gmail.com>2016-12-04 13:19:29 -0800
commit4faab339a2cdc77462b9b7c0bed31686c83b16fd (patch)
tree461f536e2d7a602025f52dcc95b98d4865dd927b /Makefile
parent5317e1ce90f781458e3e75585a6f46ba2ea788f2 (diff)
Added examples subdir to 'all' and 'clean' targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce7a79e..7042a3c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,14 @@ all:
$(MAKE) -C src
$(MAKE) -C utils
$(MAKE) -C doxygen
+ $(MAKE) -C examples
.PHONY: clean
clean:
$(MAKE) -C src clean
$(MAKE) -C utils clean
$(MAKE) -C doxygen clean
+ $(MAKE) -C examples clean
.PHONY: install
install: