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
commit21cf2eae73ea4ae2a63df512767480584073d232 (patch)
tree2adc7b1e9f7c067b43ecef7bb7bb00985136eb86 /btc/mining
parent8efab77bc711f12db0ea8fabed469680acaac472 (diff)
parent27636a7d483a2030ba9fae77e9fbe5d03763009b (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