From 16e8d8c1a991fad678e95bf5131c6be38a3edb48 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Tue, 24 Feb 2015 10:35:06 +0100 Subject: [PATCH] =?UTF-8?q?TP4=20Incorpor=C3=A9=20LEXIQUE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- S2/TP4/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 S2/TP4/Makefile diff --git a/S2/TP4/Makefile b/S2/TP4/Makefile new file mode 100644 index 0000000..721d81b --- /dev/null +++ b/S2/TP4/Makefile @@ -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*