X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=blobdiff_plain;f=Makefile;h=eb28d0baf60577a2a4e8d73fe16cab32cbaa8ad5;hp=cab91ecc0f6220cd91af481b7eefa69c57779359;hb=HEAD;hpb=3046b3175c91c3f8f94f4f2a90c427129e1ddc6d diff --git a/Makefile b/Makefile index cab91ec..eb28d0b 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ 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 +SUBPROJECTS := 123456789 choicecss heroik matrixcreatrix mlpccg webcart1000 labelle ogre .PHONY: all clean superclean update @@ -39,3 +39,6 @@ clean: superclean: clean $(RM) -r $(SUBPROJECTS) + +serve: + python -m SimpleHTTPServer