Renommé TPA
This commit is contained in:
parent
02ebec6509
commit
19cb59594e
3 changed files with 247 additions and 0 deletions
7
S2/TPA/Makefile
Normal file
7
S2/TPA/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