X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=blobdiff_plain;f=Makefile;h=cab91ecc0f6220cd91af481b7eefa69c57779359;hp=d350205dd1eff74171652c638d3fef630cd24b3d;hb=3046b3175c91c3f8f94f4f2a90c427129e1ddc6d;hpb=24c48588d725560c80de5b13d6a78bfc62ab1482 diff --git a/Makefile b/Makefile index d350205..cab91ec 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,9 @@ ICONS := favicon.ico favicon_128.png favicon_192.png favicon_256.png GIT_LOCAL := ~git/bare GIT_REMOTE := http://git.yukkurigames.com -SUBPROJECTS := 123456789 choicecss heroik matrixcreatrix mlpccg webcart1000 +SUBPROJECTS := 123456789 choicecss heroik matrixcreatrix mlpccg webcart1000 labelle + +.PHONY: all clean superclean update all: $(ICONS) @@ -35,3 +37,5 @@ update: clean: $(RM) $(ICONS) +superclean: clean + $(RM) -r $(SUBPROJECTS)