Skip to content

Commit 3ac6130

Browse files
committed
Remove test binaries too on "make clean"
1 parent c013779 commit 3ac6130

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ clean:
4141
@for dir in $(SUBDIRS) .; do \
4242
rm -fr $$dir/*.o $$dir/*.a $$dir/*.$(SHLIB_EXT)*; \
4343
done
44+
@rm -f test/test-double test/test-float
4445

4546
distclean:
4647
-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*

0 commit comments

Comments
 (0)