mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Remove libraries in cleanall
This commit is contained in:
parent
ccd319c03c
commit
33f051a1db
1 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -9,3 +9,4 @@ all:
|
|||
cleanall:
|
||||
$(MAKE) -C src clean
|
||||
$(MAKE) -C ld128 clean
|
||||
rm -f *.a *.$(SHLIB_EXT)
|
||||
|
|
Loading…
Reference in a new issue