summaryrefslogtreecommitdiff
path: root/Makefile
blob: a56e3f46934f4a495c03cc7cee73127f0977bdbe (plain)
1
2
3
4
5
6
7
8
FILES := $(wildcard bibtool/*.py)

.PHONY: all checkstyle

all: checkstyle

checkstyle: $(FILES)
	flake8 $^