summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/example.mk (renamed from examples/makefile)6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/makefile b/examples/example.mk
index 47cc7ae..8e1da17 100644
--- a/examples/makefile
+++ b/examples/example.mk
@@ -1,3 +1,9 @@
+# From the top level:
+#
+# make -C examples -f example.mk clean
+# make -C examples -f example.mk
+# ./examples/dom-structure-dump examples/files/test.html
+
CC := gcc
LD := gcc