aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Make.config5
l---------examples/Makefile1
2 files changed, 6 insertions, 0 deletions
diff --git a/examples/Make.config b/examples/Make.config
new file mode 100644
index 0000000..8713b3b
--- /dev/null
+++ b/examples/Make.config
@@ -0,0 +1,5 @@
+DIRS := simpletest
+LIBRARY :=
+SUFFIX := .cpp
+FLAGS += -I../
+LDFLAGS = -lxtract -L..
diff --git a/examples/Makefile b/examples/Makefile
new file mode 120000
index 0000000..d0b0e8e
--- /dev/null
+++ b/examples/Makefile
@@ -0,0 +1 @@
+../Makefile \ No newline at end of file