mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Fix ply update directive in Makefile
This commit is contained in:
parent
fc64f31383
commit
04064eb1a4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -15,6 +15,7 @@ help:
|
||||||
* xonsh/ply: Pull down most recent ply
|
* xonsh/ply: Pull down most recent ply
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
.PHONY: xonsh/ply
|
||||||
xonsh/ply:
|
xonsh/ply:
|
||||||
git subtree pull --prefix xonsh/ply https://github.com/dabeaz/ply.git master --squash
|
git subtree pull --prefix xonsh/ply https://github.com/dabeaz/ply.git master --squash
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue