Skip to content

Commit e9c0ba7

Browse files
committed
distclean: clean everything
1 parent eb2f4d4 commit e9c0ba7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ clean:
3838
done
3939

4040
distclean:
41-
rm -f $(OBJS) *.a *.$(SHLIB_EXT)
42-
$(MAKE) -C test clean
41+
-rm -f $(OBJS) *.a *.$(SHLIB_EXT) libopenlibm.*
42+
-$(MAKE) -C test clean
4343

4444
install: all
4545
mkdir -p $(DESTDIR)$(libdir)

0 commit comments

Comments
 (0)