Files
kapow/poc/Makefile
2019-11-14 17:53:32 +01:00

13 lines
223 B
Makefile

.PHONY: sync test
all: test
sync:
pipenv sync --dev
test: sync
KAPOW_DATAAPI_URL=http://localhost:8081 pipenv run make -C ../spec/test
fix:
KAPOW_DATAAPI_URL=http://localhost:8081 pipenv run make -C ../spec/test fix