mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Remove test binaries too on "make clean"
This commit is contained in:
parent
c0137793e2
commit
3ac6130b34
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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.*
|
||||
|
|
Loading…
Reference in a new issue