Fix ply update directive in Makefile

This commit is contained in:
Gil Forsyth 2018-11-02 14:46:17 -04:00
parent fc64f31383
commit 04064eb1a4

View file

@ -15,6 +15,7 @@ help:
* xonsh/ply: Pull down most recent ply
""")
.PHONY: xonsh/ply
xonsh/ply:
git subtree pull --prefix xonsh/ply https://github.com/dabeaz/ply.git master --squash