X-Git-Url: https://git.yukkurigames.com/?p=yukkurigames.com.git;a=blobdiff_plain;f=Makefile;h=cab91ecc0f6220cd91af481b7eefa69c57779359;hp=34f9a3bf09165abf7cafdf67328283ceeca0980d;hb=3046b3175c91c3f8f94f4f2a90c427129e1ddc6d;hpb=a5f6278853902073368e5d5108bb7689d0ac2ebf diff --git a/Makefile b/Makefile index 34f9a3b..cab91ec 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ GIT_REMOTE := http://git.yukkurigames.com SUBPROJECTS := 123456789 choicecss heroik matrixcreatrix mlpccg webcart1000 labelle +.PHONY: all clean superclean update + all: $(ICONS) $(SUBPROJECTS): @@ -35,3 +37,5 @@ update: clean: $(RM) $(ICONS) +superclean: clean + $(RM) -r $(SUBPROJECTS)