9ab0e5cc221ce3e6e0c19b50940eb0a24ea56243
max
  Thu Sep 25 01:22:04 2014 -0700
moving small tools into utils directory
diff --git src/utils/uniprotLift/makefile src/utils/uniprotLift/makefile
deleted file mode 100644
index 4e4eb2e..0000000
--- src/utils/uniprotLift/makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-include ../../inc/common.mk
-SCRIPT=uniprotLift
-
-#cannot use common include rules, don't know how to overwrite :: targets
-#include ../../inc/cgi_build_rules.mk
-
-my::
-	rm -f ${BINDIR}/${SCRIPT}
-	cp -p ${SCRIPT} ${BINDIR}/
-beta::
-	rm -f ${BINDIR}$/${SCRIPT}
-	cp -p ${SCRIPT} ${BINDIR}/
-alpha::
-	rm -f ${BINDIR}/${SCRIPT}
-	cp -p ${SCRIPT} ${BINDIR}/
-clean::
-
-compile::
-
-install::
-	rm -f ${BINDIR}/${SCRIPT}
-	cp -p ${SCRIPT} ${BINDIR}/