Skip to content

Commit

Permalink
Optimize the way of generating XDR classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Aug 10, 2023
1 parent 8e39dd9 commit a505a18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ xdr-generate: $(XDRS)
./gradlew :spotlessApply

xdr/%.x:
printf "%s" ${XDRNEXT_COMMIT} > xdr/xdr_commit_generated.txt
curl -Lsf -o $@ https://raw.githubusercontent.com/stellar/stellar-xdr/$(XDRNEXT_COMMIT)/$(@F)

xdr-clean:
Expand Down

0 comments on commit a505a18

Please sign in to comment.