소스 검색

Updated makefile to fix the argument mistakes

tmp 3 년 전
부모
커밋
f1411e7fac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):