diff --git a/poc/Makefile b/poc/Makefile index 5853f17..9c5a4ff 100644 --- a/poc/Makefile +++ b/poc/Makefile @@ -7,3 +7,6 @@ sync: 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