From: Thierry Parmentelat Date: Fri, 30 Nov 2012 17:51:53 +0000 (+0100) Subject: allst target is for cleaning and redoing static X-Git-Tag: myslice-django-0.1-1~184 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=d841475f0082f094ae9f58960ab401a3f1a6dae5 allst target is for cleaning and redoing static --- diff --git a/Makefile b/Makefile index d18ae06d..eb8ec41d 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,8 @@ static: force clean-static: force rm -rf ./all-static/ +allst: clean-static static + #################### sync : push current code on a (devel) box running myslice SSHURL:=root@$(MYSLICEBOX):/ SSHCOMMAND:=ssh root@$(MYSLICEBOX) @@ -55,4 +57,3 @@ ifeq (,$(MYSLICEBOX)) else @echo "$@" target not yet implemented; exit; @$(SSHCOMMAND) /etc/init.d/apache2 restart endif -