Fixes vim mode line.
[banana.git] / Makefile
index 85e8396..ac99fff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PKG_DIST = banana-$(VERSION)
 
 PKG_FILES = AUTHORS Changelog COPYING README Makefile TODO
 
-PKG_DIRS = banana po css examples img
+PKG_DIRS = banana po css examples img javascript
 
 VCS_FILTER = ! -name .svn
 
@@ -16,6 +16,10 @@ all: build
 # build for development (prepare spool
 devel: spool spool/templates_c
 
+q:
+       @echo -e "Code statistics\n"
+       @sloccount $(filter-out spool/ po/ debian/, $(wildcard */)) 2> /dev/null | egrep '^[a-z]*:'
+
 build: pkg-build
 
 dist: clean pkg-dist