Răsfoiți Sursa

Updated makefile to fix the argument mistakes

tmp 3 ani în urmă
părinte
comite
f1411e7fac
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -13,7 +13,7 @@ hash: arozos_file_checksum.sha1
 web: web.tar.gz
 
 clean: 
-	rm -rf arozos_*_*
+	rm -f arozos_*_*
 	rm -f web.tar.gz
 
 $(PLATFORMS):