summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2021-05-12 16:11:40 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2021-05-12 16:11:40 +0100
commitac5f4ce817d1421798aa4b94daee8deb84e40f76 (patch)
tree275ed7cdc014ff18778c9d378065e25f32353380
parent603ef81d5f715a16680278affa49f0b95b81c347 (diff)
downloadlibdom-ac5f4ce817d1421798aa4b94daee8deb84e40f76.tar.gz
libdom-ac5f4ce817d1421798aa4b94daee8deb84e40f76.tar.bz2
Example: Fix problem on case-insensitive filesystem.
Adds example commands to build the example.
-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