From 94a4603481b9fc663a72549b4cd0dcbd95fca062 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 20 Sep 2014 14:20:28 -0500 Subject: Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4784ffb0..ad3aaf92 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,7 @@ uninstall: scripts/install.sh --long --uninstall clean:: - rm -rf toybox toybox_unstripped generated/testdir generated/build.sh \ - .singleconfig .singleconfig.old generated/obj \ - generated/Config.* generated/*.h generated/*.dat \ - generated/instlist generated/mkflags generated/config2help + rm -rf toybox toybox_unstripped generated .singleconfig* distclean: clean rm -f toybox_old .config* -- cgit v1.2.3