Résultats plein texte:
- make
- que cible: Un exemple rudimentaire ci-dessous: <file> hello: src/main.c gcc -Wall src/main.c -o build/hello </file> La cible est nommée **hello**. Après le caractè... == Un Makefile élémentaire comprenant 3 cibles <file txt Makefile> hello: src/main.c build gcc... if [ -d ./build ]; then rmdir ./build; fi </file> ===== Cibles particulières ===== Les cibles sa