mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +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 \
|
@for dir in $(SUBDIRS) .; do \
|
||||||
rm -fr $$dir/*.o $$dir/*.a $$dir/*.$(SHLIB_EXT)*; \
|
rm -fr $$dir/*.o $$dir/*.a $$dir/*.$(SHLIB_EXT)*; \
|
||||||
done
|
done
|
||||||
|
@rm -f test/test-double test/test-float
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*
|
-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*
|
||||||
|
|
Loading…
Reference in a new issue