aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-11-06 17:29:37 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-11-06 17:29:37 +0000
commitf7bcd97626f1a990106e88e1dfcb56806dfb0419 (patch)
tree1991f730f75d430d3bf3aea8fe009cb994d31452 /examples
parent24eb93e7c365ce8c775d7495ad528d3e33ea8033 (diff)
downloadLibXtract-f7bcd97626f1a990106e88e1dfcb56806dfb0419.tar.gz
LibXtract-f7bcd97626f1a990106e88e1dfcb56806dfb0419.tar.bz2
LibXtract-f7bcd97626f1a990106e88e1dfcb56806dfb0419.zip
Actually add Makefiles!
- Not added in previous commit due to being in .gitignore
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