diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-04 22:36:19 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-04 22:36:19 +0000 |
commit | 1aee1889e5c25fd6e307ee1fd66fdc2928a96c11 (patch) | |
tree | d9f084ff21c3b4ce4bb557e6517d1ac61ebd2906 /Makefile | |
parent | 407a65010c5d6ba902317392041f16175054be14 (diff) | |
download | mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.tar mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.tar.gz mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.tar.bz2 mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.tar.xz mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.zip |
remove unused rule
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ all: (cd src; make) clean: - find -maxdepth 1 -type d -name 'mandi-*' -exec rm -r {} \; find -name '*~' -exec rm {} \; make -C src clean |