mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-04 09:37: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
|
done
|
||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
rm -f $(OBJS) *.a *.$(SHLIB_EXT)
|
-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*
|
||||||
$(MAKE) -C test clean
|
-$(MAKE) -C test clean
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
mkdir -p $(DESTDIR)$(libdir)
|
mkdir -p $(DESTDIR)$(libdir)
|
||||||
|
|
Loading…
Add table
Reference in a new issue