From af2de318402df1fd8d33192d71613c21c4ee96bf Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 11 May 2026 16:16:24 -0400 Subject: implement POST /print-job-cost-calculations --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ce6ef7e..3f144ca 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ build: ${SRC} ${GEN} ${GEN}: ${SRC} go generate +spec.yml: + curl -L -o $@ 'https://api.lulu.com/api-docs/openapi-specs/openapi_public.yml' + clean: rm -f ${GEN} -- cgit v1.2.3