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