summaryrefslogtreecommitdiffstats
path: root/btc
diff options
context:
space:
mode:
Diffstat (limited to 'btc')
-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