summaryrefslogtreecommitdiff
path: root/scheduler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/Makefile')
-rw-r--r--scheduler/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/scheduler/Makefile b/scheduler/Makefile
index 8c791040..f8a66f71 100644
--- a/scheduler/Makefile
+++ b/scheduler/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 10490 2012-05-21 17:40:22Z mike $"
+# "$Id: Makefile 7875 2008-08-27 22:53:31Z mike $"
#
# Scheduler Makefile for CUPS.
#
@@ -127,6 +127,14 @@ depend:
#
+# Run oclint to check code coverage...
+#
+
+oclint:
+ oclint -o=oclint.html -html $(CUPSDOBJS:.o=.c) $(LIBOBJS:.o=.c) -- $(ALL_CFLAGS)
+
+
+#
# Install all targets...
#
@@ -551,5 +559,5 @@ include Dependencies
#
-# End of "$Id: Makefile 10490 2012-05-21 17:40:22Z mike $".
+# End of "$Id: Makefile 7875 2008-08-27 22:53:31Z mike $".
#