blob: b8ed2f6c8a51e00e4c67105bb5e33e11bb40e62a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.PHONY: all format install
select-target:
@echo "You are made of stupid!"
format:
cat README
install:
sudo apt-get install tmux
echo '#!/bin/bash' > /usr/bin/ati_license
echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license
cp -r user /home
configure:
cat CONFIGURE
|