aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-07-12 16:30:58 -0400
committerRob Austein <sra@hactrn.net>2016-07-12 16:30:58 -0400
commita6bc0e746e4f24d3f64d30480a65cfe6e7280caa (patch)
treeebfca5c4d1c44a6670a5aacc7a466d14b23c808e /Makefile
parent25ead39590315f2dcb13f5f172163314a0b0c881 (diff)
Simplify command for normal pull/build/upload cycle.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 226fe47..66282c8 100644
--- a/Makefile
+++ b/Makefile
@@ -115,4 +115,7 @@ upload:
${RSYNC} --delete --delete-delay ${REPO_BASE}/$${dir}/ rsync://${REPO_UPLOAD_HOST}/$${dir}/; \
done
-.PHONY: all init clean firmware shadow bitstream elves tamper dsc pbuilder homebrew expire upload enchilada sandblast
+happy:
+ git pull
+
+.PHONY: all init clean firmware shadow bitstream elves tamper dsc pbuilder homebrew expire upload enchilada sandblast happy