瀏覽代碼

Update clean target

Viral B. Shah 12 年之前
父節點
當前提交
954416926f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      test/Makefile

+ 1 - 2
test/Makefile

@@ -16,5 +16,4 @@ test-float-system: test-float.c libm-test.c
 	$(CC) -g $< -DSYS_MATH_H -lm -o $@
 
 clean:
-	rm -f *~ *# test-double test-float test-double-system test-float-system
-
+	rm -fr *~ *# test-double test-float test-double-system test-float-system *.dSYM