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
commit561f37e4a24061bd70113ebc7951175e0d3e116f (patch)
tree5cadd1a9608422db92c6c3bd82331e5491f43a56 /gold
parent3855f1b9aea8304d492044bf24b73edfac17cd72 (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