aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e9fada4..c9a29e8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,12 @@ all: $(PROJECT)
clean:
rm -f $(OBJECTS) $(DEPS)
+ +cd examples && $(MAKE) clean
+
+FORCE:
+
+examples: FORCE
+ +cd examples && $(MAKE)
$(PROJECT): $(OBJECTS)
$(AR) $(ARFLAGS) $@ $(OBJECTS)