TP2 Makefile pour la forme

This commit is contained in:
Geoffrey Frogeye 2015-02-09 11:03:44 +01:00
parent e5b6fe55c7
commit 052ebedada
2 changed files with 7 additions and 2 deletions

7
S2/TP2/Makefile Normal file
View file

@ -0,0 +1,7 @@
lexique.py:
wget "http://www.fil.univ-lille1.fr/~L1S2API/CoursTP/lexique.zip"
unzip lexique.zip
rm -rf lexique.zip
clean:
rm -rf lexique*

2
S2/TP2/configure vendored
View file

@ -1,2 +0,0 @@
wget http://www.fil.univ-lille1.fr/~L1S2API/CoursTP/lexique.zip
unzip lexique.zip