Explorar o código

Remove test binaries too on "make clean"

Thomas Leonard %!s(int64=10) %!d(string=hai) anos
pai
achega
3ac6130b34
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.*