Makefile 169 Bytes
all:
	./script.sh
deploy:
	scp -r www/* lccanon@lifc-home.univ-fcomte.fr:public_html/
clean:
	-rm data/*.cat data/*.theme data/theme.txt www/programme.html 2> /dev/null