tangled
alpha
login
or
join now
tom.sherman.is
/
piper
0
fork
atom
A fork of https://github.com/teal-fm/piper
0
fork
atom
overview
issues
pulls
pipelines
remove submodule, and clone atproto repo in build step
Kyle Loveless
10 months ago
16467528
d5ede5ae
+4
-4
2 changed files
expand all
collapse all
unified
split
.gitmodules
Makefile
-3
.gitmodules
···
1
1
-
[submodule "atproto"]
2
2
-
path = atproto
3
3
-
url = https://github.com/bluesky-social/atproto
+4
-1
Makefile
···
1
1
.PHONY: lexgen-types
2
2
lexgen-types:
3
3
+
rm -rf ../atproto \
4
4
+
&& git clone git@github.com:bluesky-social/atproto \
5
5
+
&& mv atproto ../
3
6
go run github.com/bluesky-social/indigo/cmd/lexgen \
4
7
--build-file ./lexcfg.json \
5
5
-
./atproto/lexicons \
8
8
+
../atproto/lexicons \
6
9
./lexicons/teal