#10 Reorganize build directory

Ouvert
Créé il y a 4 jours par scossu · 0 commentaires
scossu a commenté il y a 4 jours

Build files (*.d and *.o) are being created in the source directory, making it hard to navigate during development, and unnecessarily complicated to run make clean.

Use a build directory to create intermediate build files, that can be safely removed by make clean.

Build files (`*.d` and `*.o`) are being created in the source directory, making it hard to navigate during development, and unnecessarily complicated to run `make clean`. Use a `build` directory to create intermediate build files, that can be safely removed by `make clean`.
Connectez-vous pour rejoindre cette conversation.
Aucun jalon
Pas d'assignataire
1 Participants
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.