poc/Makefile: add 'fix' target (mirroring spec/Makefile)

This commit is contained in:
pancho horrillo
2019-11-14 17:53:32 +01:00
parent 3e2bc44c0b
commit 9ebc989bc7
+3
View File
@@ -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