Explorar el Código

Updated makefile to fix the argument mistakes

tmp hace 3 años
padre
commit
f1411e7fac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):