Showing 2 changed files with 5 additions and 10 deletions
-5
build.sh
... ...
@@ -4,11 +4,6 @@ echo "Machine: x86_64 linux"
4 4
 echo "-----------------------------------------------------------------"
5 5
 make MACHINE=linux64 > /dev/null
6 6
 
7
-#echo "-----------------------------------------------------------------"
8
-#echo "Machine: i686 linux"
9
-#echo "-----------------------------------------------------------------"
10
-#make MACHINE=linux32 > /dev/null
11
-
12 7
 echo "-----------------------------------------------------------------"
13 8
 echo "Machine: arm6 linux"
14 9
 echo "-----------------------------------------------------------------"
+5 -5
clean.sh
... ...
@@ -4,11 +4,6 @@ echo "Cleaning: x86_64 linux"
4 4
 echo "-----------------------------------------------------------------"
5 5
 make MACHINE=linux64 clean > /dev/null
6 6
 
7
-#echo "-----------------------------------------------------------------"
8
-#echo "Cleaning: i686 linux"
9
-#echo "-----------------------------------------------------------------"
10
-#make MACHINE=linux32 clean > /dev/null
11
-
12 7
 echo "-----------------------------------------------------------------"
13 8
 echo "Cleaning: arm6 linux"
14 9
 echo "-----------------------------------------------------------------"
... ...
@@ -19,3 +14,8 @@ echo "Cleaning: arm7 linux"
19 14
 echo "-----------------------------------------------------------------"
20 15
 make MACHINE=arm7 clean > /dev/null
21 16
 
17
+echo "-----------------------------------------------------------------"
18
+echo "Cleaning: cosmocc"
19
+echo "-----------------------------------------------------------------"
20
+make MACHINE=cosmocc clean > /dev/null
21
+