diff --git a/Makefile b/Makefile index 24c418adf776c6a21c5664c05bbd12fe1d0e293d..b68d6f1baaeafeaf2f0dd8d851bad06e2785c1f9 100644 --- a/Makefile +++ b/Makefile @@ -82,13 +82,7 @@ $(OBJ_DIRS): install: install-libs install-headers install-tools clean: - rm -f obj/crt/*.o obj/crt/$(ARCH)/*.o - rm -f $(OBJS) - rm -f $(LOBJS) - rm -f $(ALL_LIBS) lib/*.[ao] lib/*.so - rm -f $(ALL_TOOLS) - rm -f $(GENH) $(GENH_INT) - rm -f obj/include/bits/alltypes.h + rm -rf obj lib distclean: clean rm -f config.mak diff --git a/lib/empty b/lib/empty deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000