From 9ebc989bc7e8930e2daf8780ce76bfe3db79c4a1 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 14 Nov 2019 17:53:32 +0100 Subject: [PATCH] poc/Makefile: add 'fix' target (mirroring spec/Makefile) --- poc/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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