aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-11 16:16:24 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-11 16:16:24 -0400
commitaf2de318402df1fd8d33192d71613c21c4ee96bf (patch)
tree473c33981032bc73f5a5f4282ef8b1292333ce28 /Makefile
parentfcfe73600c8548d45820176d58f1c8cfc2327810 (diff)
downloadlulu-af2de318402df1fd8d33192d71613c21c4ee96bf.zip
implement POST /print-job-cost-calculations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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}