This repository has been archived on 2019-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
s1-tp/S2/TP3/Makefile

10 lines
245 B
Makefile
Raw Normal View History

2015-02-10 11:16:14 +01:00
FILES=bataille_navale_graphique.py jeu1.txt jeu2.txt
2015-02-10 10:31:31 +01:00
lexique.py:
wget "http://www.fil.univ-lille1.fr/~L1S2API/CoursTP/tp_bataille_navale.zip"
2015-02-10 11:16:14 +01:00
unzip tp_bataille_navale.zip ${FILES}
2015-02-10 10:31:31 +01:00
rm -rf tp_bataille_navale.zip
clean:
2015-02-10 11:16:14 +01:00
rm -rf ${FILES} *.zip