Files
kapow/poc/Makefile
2019-09-05 07:24:20 +02:00

10 lines
100 B
Makefile

.PHONY: sync test
all: test
sync:
pipenv sync --dev
test: sync
pipenv run make -C ../spec/test