better clean

This commit is contained in:
Marc BARBIER
2021-07-06 16:33:09 +02:00
parent 9480686d71
commit 2a6b802bb0
3 changed files with 35 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
ALL:
scripts/clean.sh;
scripts/build.sh;
scripts/package.sh;
FAT:
scripts/clean.sh;
scripts/build.sh;
scripts/fatPackage.sh;
CLEAN:
scripts/clean.sh;