Committing for merge
This commit is contained in:
parent
ff63d0c1bd
commit
5ab79415a6
8
Makefile
8
Makefile
|
@ -155,11 +155,5 @@ tags:
|
||||||
-rm tags
|
-rm tags
|
||||||
exuberant-ctags -R
|
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\
|
.PHONY: all translation trayicon gtkspell idle clean dist install help\
|
||||||
uninstall tags sloccount
|
uninstall tags
|
||||||
|
|
Loading…
Reference in New Issue