aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: