Blame view
Makefile
169 Bytes
9649fbd08 Initial commit |
1 2 3 4 |
all: ./script.sh deploy: scp -r www/* lccanon@lifc-home.univ-fcomte.fr:public_html/ |
678e756d8 Clean rule |
5 6 |
clean: -rm data/*.cat data/*.theme data/theme.txt www/programme.html 2> /dev/null |