allst target is for cleaning and redoing static
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 30 Nov 2012 17:51:53 +0000 (18:51 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 30 Nov 2012 17:51:53 +0000 (18:51 +0100)
Makefile

index d18ae06..eb8ec41 100644 (file)
--- 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
-