diff options
| author | Rob Landley <rob@landley.net> | 2014-09-20 14:20:28 -0500 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2014-09-20 14:20:28 -0500 |
| commit | 94a4603481b9fc663a72549b4cd0dcbd95fca062 (patch) | |
| tree | bb84860ab993c7d85f9240a00bd2f9851e5504c4 /Makefile | |
| parent | 58896919a3e1f26011645d101ff2df80364ab98d (diff) | |
| download | toybox-94a4603481b9fc663a72549b4cd0dcbd95fca062.tar.gz | |
Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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* |
