Commit 60660190 authored by Rusty Russell's avatar Rusty Russell

Makefile: update upload target.

For ccan core maintainers only, but useful.
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent fce18192
...@@ -11,8 +11,7 @@ JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2) ...@@ -11,8 +11,7 @@ JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2)
PRETTIFY=$(WEBDIR)/prettify/src/run_prettify.js $(WEBDIR)/prettify/src/prettify.css PRETTIFY=$(WEBDIR)/prettify/src/run_prettify.js $(WEBDIR)/prettify/src/prettify.css
upload: fastcheck modcheck upload: fastcheck modcheck
git push origin HEAD:master git push HEAD:master
git push github HEAD:master
# Check MODS list in Makefile-ccan matches modules we find. # Check MODS list in Makefile-ccan matches modules we find.
modcheck: modcheck:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment