We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c013779 commit 3ac6130Copy full SHA for 3ac6130
1 file changed
Makefile
@@ -41,6 +41,7 @@ clean:
41
@for dir in $(SUBDIRS) .; do \
42
rm -fr $$dir/*.o $$dir/*.a $$dir/*.$(SHLIB_EXT)*; \
43
done
44
+ @rm -f test/test-double test/test-float
45
46
distclean:
47
-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*
0 commit comments