diff --git a/Makefile b/Makefile index 7468b4118..a739002ec 100644 --- a/Makefile +++ b/Makefile @@ -155,11 +155,5 @@ tags: -rm tags exuberant-ctags -R -sloccount: - if test -n "`which sloccount`"; then\ - sloccount ./src;\ - sloccount --cached --details ./src;\ - fi - .PHONY: all translation trayicon gtkspell idle clean dist install help\ - uninstall tags sloccount + uninstall tags