diff options
| author | Rob Landley <rob@landley.net> | 2013-08-12 01:48:27 -0500 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2013-08-12 01:48:27 -0500 |
| commit | dd2d23930241a30a8eb4f0fc9d70bc86c4a6cb6e (patch) | |
| tree | 54cb80319ccbe3b172d7ecb2659af31321ea7c7b /Makefile | |
| parent | 9d44ab3f179e0e914abc1d6edc79a22c265baaa9 (diff) | |
| download | toybox-dd2d23930241a30a8eb4f0fc9d70bc86c4a6cb6e.tar.gz | |
More grep cleanup, and make OPTSTR_command macros for use with OLDTOY()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ uninstall: clean:: rm -rf toybox toybox_unstripped generated/config.h generated/Config.in \ generated/newtoys.h generated/globals.h instlist testdir \ - generated/Config.probed + generated/Config.probed generated/oldtoys.h \ + generated/portability.h distclean: clean rm -f toybox_old .config* generated/help.h |
