X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2FMakefile;h=042fcdd67d836d9d44878152403bffc325cd124b;hb=HEAD;hp=5df58c821b7ab577ba85105a4344488ecc6e8916;hpb=2bdbdc8d8ef229946e225791801e753a7fd5c695;p=friendica.git diff --git a/view/theme/quattro/Makefile b/view/theme/quattro/Makefile index 5df58c821b..042fcdd67d 100644 --- a/view/theme/quattro/Makefile +++ b/view/theme/quattro/Makefile @@ -1,5 +1,10 @@ all: cd dark; make; cd .. cd green; make; cd .. + cd lilac; make; cd .. +clean: + rm dark/style.css + rm green/style.css + rm lilac/style.css