aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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}