Carving away at func some more to just get down to cert items, still lots
[certmaster.git] / func / overlord / Makefile
diff --git a/func/overlord/Makefile b/func/overlord/Makefile
deleted file mode 100755 (executable)
index f2bc6c4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-PYFILES                = $(wildcard *.py)
-
-PYCHECKER       = /usr/bin/pychecker
-PYFLAKES       = /usr/bin/pyflakes
-
-clean::
-       @rm -fv *.pyc *~ .*~ *.pyo
-       @find . -name .\#\* -exec rm -fv {} \;
-       @rm -fv *.rpm
-
-
-pychecker::
-       @$(PYCHECKER) $(PYFILES) || exit 0
-
-pyflakes::
-       @$(PYFLAKES) $(PYFILES) || exit 0