Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflow-codec / Makefile
diff --git a/third-party/openflow-codec/Makefile b/third-party/openflow-codec/Makefile
deleted file mode 100644 (file)
index f5f73a5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#      `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