comparison configure @ 1:05c8e0aef77d

Rename the Makefile to its correct name, and remove the execution bit of the XML configuration file.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 22 Feb 2015 01:40:20 +0100
parents e70ea46d6073
children f362b20de51e
comparison
equal deleted inserted replaced
0:e70ea46d6073 1:05c8e0aef77d
57 else echoOptionForTab='-e' # echo -e "\t" permet d'afficher tab 57 else echoOptionForTab='-e' # echo -e "\t" permet d'afficher tab
58 fi 58 fi
59 59
60 #----------------- Nom du fichier genere ------------------------ 60 #----------------- Nom du fichier genere ------------------------
61 61
62 makefile=makefile 62 makefile=Makefile
63 63
64 #----------------- Extension des fichiers ----------------------- 64 #----------------- Extension des fichiers -----------------------
65 65
66 extension=".c" 66 extension=".c"
67 67