diff options
author | EUcancER <root@euer.krebsco.de> | 2011-09-05 01:40:45 +0200 |
---|---|---|
committer | EUcancER <root@euer.krebsco.de> | 2011-09-05 01:40:45 +0200 |
commit | 2b4fa0c5c5712096fb16df68f44af3a2954905a4 (patch) | |
tree | a579622c3323504899b604ddc695a6ac7999462f /gold/Makefile | |
parent | 57c5c973a40bf718f99c6e0fcd65b416514e2257 (diff) |
changed ticker for solidcoin
now using mooncoin with appropriate gold module
changing modules in scoreboard
Diffstat (limited to 'gold/Makefile')
-rw-r--r-- | gold/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/Makefile b/gold/Makefile index ff553def..69b9119b 100644 --- a/gold/Makefile +++ b/gold/Makefile @@ -1,3 +1,4 @@ install: ln -snf $$PWD/mtgox/ticker_text.sh ../bin/mtgox_ticker ln -snf $$PWD/scex/ticker_text.sh ../bin/scex_ticker + ln -snf $$PWD/mooncoin/ticker_text.sh ../bin/mooncoin_ticker |