Blame view

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