Commit 678e756d8eeaef756d1bbbfa4847b7dbcf2ca9f6
1 parent
9649fbd083
Exists in
master
Clean rule
Showing 1 changed file with 2 additions and 0 deletions Inline Diff
Makefile
View file @
678e756
all: | 1 | 1 | all: | |
./script.sh | 2 | 2 | ./script.sh | |
deploy: | 3 | 3 | deploy: | |
scp -r www/* lccanon@lifc-home.univ-fcomte.fr:public_html/ | 4 | 4 | scp -r www/* lccanon@lifc-home.univ-fcomte.fr:public_html/ | |
5 | clean: | |||
6 | -rm data/*.cat data/*.theme data/theme.txt www/programme.html 2> /dev/null |