ソースを参照

Ajout d'infos dans le readme

Rémi Synave 2 年 前
コミット
a4d2953566
1 ファイル変更15 行追加0 行削除
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -12,7 +12,22 @@ apt-get install qt6-base-dev
 Compilation/exécution
 Compilation/exécution
 ---------------------
 ---------------------
 ```
 ```
+cd src
 qmake
 qmake
 make
 make
 ./miniQt
 ./miniQt
+```
+
+Suppression des fichiers de compilation
+---------------------------------------
+```
+cd src
+make clean
+```
+
+Suppression totale des fichiers de compilation
+---------------------------------------
+```
+cd src
+make distclean
 ```
 ```