Commit 9d4ae5f1 authored by Rusty Russell's avatar Rusty Russell

Makefile: fix upload target (really this time!)

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 59877980
...@@ -11,7 +11,7 @@ JUNKBALLS=$(JUNKDIRS:%=$(WEBDIR)/%.tar.bz2) ...@@ -11,7 +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 HEAD:master git push
# 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