summaryrefslogtreecommitdiffstats
path: root/mining/Makefile
diff options
context:
space:
mode:
authorroot <root@krebs>2011-06-29 21:06:26 +0200
committerroot <root@krebs>2011-06-29 21:06:26 +0200
commit4ee8976b04dac8dbfc25b8325526c158fce87990 (patch)
treeb77f8dfc4c8ec741ae1b7ff6a96e58f651e6a793 /mining/Makefile
parente0b0b90df26b9190bb24ecee0a3ddb26f4156438 (diff)
parent9ab87e479e1f75665bc69623eeb740758acb3f0a (diff)
Merge branch 'master' of github.com:/krebscode/painload
Diffstat (limited to 'mining/Makefile')
-rw-r--r--mining/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/mining/Makefile b/mining/Makefile
new file mode 100644
index 00000000..0fab7b1f
--- /dev/null
+++ b/mining/Makefile
@@ -0,0 +1,18 @@
+.PHONY: all format install
+select-target:
+ @echo "You are made of stupid!"
+ echo "look here"
+ @cat Makefile
+format:
+ cat README
+install:
+ apt-get install --yes lm-sensors
+ echo '#!/bin/bash' > /usr/bin/ati_license
+ echo '#!/bin/sh' > /etc/init.d/live-boot
+ echo 'wall "going down"' >> /etc/init.d/live-boot
+ chmod 755 /etc/init.d/live-boot
+ echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license
+ cp -r user /home
+configure:
+ sensors-detect
+ @cat CONFIGURE