Browse Source

distclean: clean everything

Isaiah Norton 11 years ago
parent
commit
e9c0ba7ad6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
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)