summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b37bae7df..964f562e9 100644
--- a/Makefile
+++ b/Makefile
@@ -281,6 +281,16 @@ docset: apihelp
#
+# Lines of code computation...
+#
+
+sloc:
+ for dir in cups cupslite scheduler; do \
+ (cd $$dir; $(MAKE) $(MFLAGS) sloc) || exit 1;\
+ done
+
+
+#
# Make software distributions using EPM (http://www.epmhome.org/)...
#