浏览代码

Remove test binaries too on "make clean"

Thomas Leonard 10 年之前
父节点
当前提交
3ac6130b34
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -41,6 +41,7 @@ clean:
 	@for dir in $(SUBDIRS) .; do \
 		rm -fr $$dir/*.o $$dir/*.a $$dir/*.$(SHLIB_EXT)*; \
 	done
+	@rm -f test/test-double test/test-float
 
 distclean:
 	-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*