lot of various code simplifications, including removing useless settings,
[platal.git] / Makefile
index dfdbb89..e8abfa6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ all: build
 
 build: core banana wiki
 
+q:
+       @echo -e "Code statistics\n"
+       @sloccount $(filter-out wiki/ spool/, $(wildcard */)) 2> /dev/null | egrep '^[a-z]*:'
+
 %: %.in Makefile
        sed -e 's,@VERSION@,$(VERSION),g' $< > $@