X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fopenflowj_netty%2FMakefile;fp=third-party%2Fopenflowj_netty%2FMakefile;h=0000000000000000000000000000000000000000;hb=64fe0fbca1a6c2b77ad25f568d73a7eb64236d16;hp=b803071a3ec3fbd545a3bb1f9461407845efe0d3;hpb=8b9a3ff2bbc83941254b46b818cbbae5cc1a3a5b;p=openflowjava.git diff --git a/third-party/openflowj_netty/Makefile b/third-party/openflowj_netty/Makefile deleted file mode 100644 index b803071a..00000000 --- a/third-party/openflowj_netty/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# 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