mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-03 17:17:13 +02:00
distclean: clean everything
This commit is contained in:
parent
eb2f4d4b44
commit
e9c0ba7ad6
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -38,8 +38,8 @@ clean:
|
|||
done
|
||||
|
||||
distclean:
|
||||
rm -f $(OBJS) *.a *.$(SHLIB_EXT)
|
||||
$(MAKE) -C test clean
|
||||
-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*
|
||||
-$(MAKE) -C test clean
|
||||
|
||||
install: all
|
||||
mkdir -p $(DESTDIR)$(libdir)
|
||||
|
|
Loading…
Add table
Reference in a new issue