diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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} |