summaryrefslogtreecommitdiffstats
path: root/gold
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-25 10:38:42 +0200
committermakefu <github@syntax-fehler.de>2011-08-25 10:38:42 +0200
commite7f09d7285672763b836f20881cb2248d85ed606 (patch)
tree3471ca333314179ef1613a6f09144c589d38e991 /gold
parent3c7e3ec045056e047a1ac6b6037da06f2ccd1205 (diff)
gold: add Makefile
make install creates symlinks of the mtgox and the scex to //bin: - mtgox_ticker - scex_ticker
Diffstat (limited to 'gold')
-rw-r--r--gold/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/Makefile b/gold/Makefile
new file mode 100644
index 00000000..ff553def
--- /dev/null
+++ b/gold/Makefile
@@ -0,0 +1,3 @@
+install:
+ ln -snf $$PWD/mtgox/ticker_text.sh ../bin/mtgox_ticker
+ ln -snf $$PWD/scex/ticker_text.sh ../bin/scex_ticker