diff --git a/Makefile b/Makefile index 6822422..afedd07 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,6 @@ push: hg pull -uv - + hg add + hg ci -m 'updated' Makefile + hg push