aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 36a67c193cf39daa27af48e522ea672faeb09c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: all output check test

all: output

output:
	python -m muppet --env ~/puppet/generated-environments/production/modules/

check:
	flake8 muppet
	mypy -p muppet

test:
	python -m pytest

clean:
	-rm -r output