summaryrefslogtreecommitdiffstats
path: root/mining/Makefile
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
commit2906365c87b8a01f4731823ac400dee8d1ea62c1 (patch)
tree031c5a91af88f9c128fa8de894e3ff5a3c01ca25 /mining/Makefile
parent442ea17860359fa120c4451ea7f0dbacf5ec97c6 (diff)
parent07f4cbf46f0872097ecf03435dfbacc2531ca7e2 (diff)
Merge branch 'master' of github.com:krebscode/painload
Conflicts: mining/Makefile: now installs tmux and configures
Diffstat (limited to 'mining/Makefile')
-rw-r--r--mining/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mining/Makefile b/mining/Makefile
index 7f1e4a79..b867d469 100644
--- a/mining/Makefile
+++ b/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