summaryrefslogtreecommitdiffstats
path: root/btc/mining
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-06-30 23:33:03 +0200
committermakefu <makefu@syntax-fehler.de>2011-06-30 23:33:03 +0200
commit8a19571735f245380ee3cf4d4023a95fa0cdc736 (patch)
treeedc0521c4d05fd023859700d7c80339b6498d0b4 /btc/mining
parent5347a59c010413403eabe9ee584150e96f66623e (diff)
parentf35d129de5003cb46c81a8691ed94285ce467606 (diff)
Merge branch 'master' of github.com:krebscode/painload
Conflicts: mining/Makefile: now installs tmux and configures
Diffstat (limited to 'btc/mining')
-rw-r--r--btc/mining/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/btc/mining/Makefile b/btc/mining/Makefile
index 7f1e4a79..b867d469 100644
--- a/btc/mining/Makefile
+++ b/btc/mining/Makefile
@@ -1,12 +1,12 @@
-.PHONY: all format install
+.PHONY: all format install configure
select-target:
@echo "You are made of stupid!"
echo "look here"
@cat Makefile
format:
cat README
-install:
- apt-get install --yes lm-sensors tmux
+install: configure
+ apt-get install --yes lm-sensors tmux
echo '#!/bin/bash' > /usr/bin/ati_license
echo '#!/bin/sh' > /etc/init.d/live-boot
echo 'wall "going down"' >> /etc/init.d/live-boot