X-Git-Url: https://pwan.org/git/?a=blobdiff_plain;f=certmaster%2Foverlord%2FMakefile;fp=certmaster%2Foverlord%2FMakefile;h=0000000000000000000000000000000000000000;hb=af4f09f155f4a4f1c5a9e3e29b4c8736f892dce4;hp=f2bc6c4087c17a27d5f2f9a578fd76f0322a0f99;hpb=6146feb4b676ba7e10f5f175bb50149c20c53b18;p=certmaster.git diff --git a/certmaster/overlord/Makefile b/certmaster/overlord/Makefile deleted file mode 100755 index f2bc6c4..0000000 --- a/certmaster/overlord/Makefile +++ /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