瀏覽代碼

Add *.dSYM to Makefile clean

yhirose 11 月之前
父節點
當前提交
321a86d9f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -100,5 +100,5 @@ cert.pem:
 	./gen-certs.sh
 
 clean:
-	rm -rf test test_split test_proxy server_fuzzer *.pem *.0 *.o *.1 *.srl httplib.h httplib.cc _build*
+	rm -rf test test_split test_proxy server_fuzzer *.pem *.0 *.o *.1 *.srl httplib.h httplib.cc _build* *.dSYM