summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e476f4e..dcbc342 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
all:
$(MAKE) -C src all
+ $(MAKE) -C examples all
install:
$(MAKE) -C src install
clean:
$(MAKE) -C src clean
+ $(MAKE) -C examples clean