Remove test binaries too on "make clean"

This commit is contained in:
Thomas Leonard 2014-12-18 16:08:20 +00:00
parent c0137793e2
commit 3ac6130b34
1 changed files with 1 additions and 0 deletions

View File

@ -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.*