A fork of https://github.com/teal-fm/piper

remove submodule, and clone atproto repo in build step

+4 -4
-3
.gitmodules
··· 1 - [submodule "atproto"] 2 - path = atproto 3 - url = https://github.com/bluesky-social/atproto
+4 -1
Makefile
··· 1 1 .PHONY: lexgen-types 2 2 lexgen-types: 3 + rm -rf ../atproto \ 4 + && git clone git@github.com:bluesky-social/atproto \ 5 + && mv atproto ../ 3 6 go run github.com/bluesky-social/indigo/cmd/lexgen \ 4 7 --build-file ./lexcfg.json \ 5 - ./atproto/lexicons \ 8 + ../atproto/lexicons \ 6 9 ./lexicons/teal