Initial opendaylight infrastructure commit!!
[controller.git] / third-party / openflowj / Makefile
diff --git a/third-party/openflowj/Makefile b/third-party/openflowj/Makefile
new file mode 100644 (file)
index 0000000..b803071
--- /dev/null
@@ -0,0 +1,19 @@
+# Because I am old and crotchety and my fingers can't stop from running 
+#      `make` commands
+all:
+       ant
+
+run:
+       ant run
+
+doc: 
+       ant javadoc
+
+tests:
+       ant tests
+
+count: 
+       @find . -name \*.java | xargs wc -l | sort -n
+
+clean:
+       ant clean