TP4 Incorporé LEXIQUE
This commit is contained in:
parent
c4e416f6f6
commit
16e8d8c1a9
7
S2/TP4/Makefile
Normal file
7
S2/TP4/Makefile
Normal 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* anagrammes*
|
Reference in a new issue