aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index b26a13a..672f209 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,6 +1,7 @@
.POSIX:
all: \
+ headers \
hello \
html
@@ -10,6 +11,9 @@ clean:
FORCE:
+headers: FORCE
+ +cd headers && $(MAKE)
+
hello: FORCE
+cd hello && $(MAKE)