You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Mickaël Tansorier 18f41d0ca5
Add README and Makefile for latex projects
7 years ago
.gitignore gitignore: Add Latex gitignore 7 years ago
LICENSE license: Update to appropriate license GPLv3 to FDLv1.3 7 years ago
Logiciel_Libre.tex [Logiciel_Libre] Fix wrong calcul 7 years ago
Makefile Add README and Makefile for latex projects 7 years ago
README Add README and Makefile for latex projects 7 years ago

README

Pésentations

============

1. L'alternative Logiciel Libre



L'alternative Logiciel Libre
----------------------------

_Présentation et discutions autour du logiciel libre, ces avantages, son héritage, proposez vos alternatives au logiciel propriétaire. Partageons autour du Free Software avant de partager une Free Beer !_

Nom du projet à compiler: **Logiciel_Libre**



Compilation
===========

Pour construire tout les projets
```bash
$ make
```

Pour construire un projet
```bash
$ make <projet>
```

Pour supprimer tout les projets
```bash
$ make clean
```

Pour supprimer un projet
```bash
$ make clean-<projet>
```