[WIP] music platform user data scraper
teal-fm atproto

clone to parent directory instead of mv

authored by kyle loveless and committed by GitHub 7b57b246 16467528

Changed files
+1 -2
+1 -2
Makefile
··· 1 1 .PHONY: lexgen-types 2 2 lexgen-types: 3 3 rm -rf ../atproto \ 4 - && git clone git@github.com:bluesky-social/atproto \ 5 - && mv atproto ../ 4 + && git clone git@github.com:bluesky-social/atproto ../ \ 6 5 go run github.com/bluesky-social/indigo/cmd/lexgen \ 7 6 --build-file ./lexcfg.json \ 8 7 ../atproto/lexicons \