• Kir Kolyshkin's avatar
    Makefile: add distclean target · 87b5456f
    Kir Kolyshkin authored
    ...and move tags/cscope removal to it.
    
    'make clean' is traditionally used to remove all
    compiler-generated stuff in order to do a clean rebuild.
    
    'make distclean' cleans more, it is used to prepare sources
    for 'make dist' (creating a source tarball).
    
    It is unfortunate to find out you have to run 'make tags cscope'
    every time after 'make clean'.
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    87b5456f
Makefile 4.56 KB