use HTTPS for remote auth
[yukkurigames.com.git] / Makefile
index ef9a639..eb28d0b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ favicon_%.png: favicon.svg
 ICONS := favicon.ico favicon_128.png favicon_192.png favicon_256.png
 
 GIT_LOCAL := ~git/bare
-GIT_REMOTE := http://git.yukkurigames.com
+GIT_REMOTE := https://git.yukkurigames.com
 
 SUBPROJECTS := 123456789 choicecss heroik matrixcreatrix mlpccg webcart1000 labelle ogre
 
@@ -39,3 +39,6 @@ clean:
 
 superclean: clean
        $(RM) -r $(SUBPROJECTS)
+
+serve:
+       python -m SimpleHTTPServer