diff --git a/Makefile b/Makefile
index b61fb933955891055ea1c759e5f88ca3a1771b6b..59e95cb584b05b17cecc0db5b6fa25f99dfcfdd3 100644
--- a/Makefile
+++ b/Makefile
@@ -19,3 +19,6 @@ bash:
 
 open:
 	firefox http://localhost/
+
+push:
+	git add public/ src/ && git commit -m "$(msg)" && git push origin HEAD
\ No newline at end of file