X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=pyfrprog.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=df38e59b04f7d364a9428bc6e78d5fd2bc45c3c6;hp=43ae795e9afadce11ed4d5a29bbaf6cfbe893322;hb=1fe522b9f54b48721795ec15c8a513562f96467a;hpb=4ef55456b0c0d862a104e717bd12a514420b3747 diff --git a/Makefile b/Makefile index 43ae795..df38e59 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,7 @@ uninstall: rm $(PREFIX)/bin/frprog rm $(PREFIX)/bin/SerialPort_linux.pyc +pylint: frprog.py + pylint --indent-string="\t" $< + .PHONY: uninstall