diff options
author | root <root@krebs> | 2011-06-29 21:06:26 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-06-29 21:06:26 +0200 |
commit | 01d6ff215f8a142960551cabaa084667ef482133 (patch) | |
tree | 817b8b090da2b3d3f8b127499347dd455885e887 /btc/mining/Makefile | |
parent | e0b0b90df26b9190bb24ecee0a3ddb26f4156438 (diff) | |
parent | fc1e4fcabd1e888089d2ea970ee6906735b84598 (diff) |
Merge branch 'master' of github.com:/krebscode/painload
Diffstat (limited to 'btc/mining/Makefile')
-rw-r--r-- | btc/mining/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/btc/mining/Makefile b/btc/mining/Makefile new file mode 100644 index 00000000..0fab7b1f --- /dev/null +++ b/btc/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 |