From 4faab339a2cdc77462b9b7c0bed31686c83b16fd Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Sun, 4 Dec 2016 13:19:29 -0800 Subject: Added examples subdir to 'all' and 'clean' targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3