From 0b0d8626746d21d39da3ae20cb35c1a09ec153d5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 28 Mar 2011 10:52:20 +0200 Subject: [PATCH 1/1] publish --- sfa/client/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sfa/client/Makefile b/sfa/client/Makefile index c314abc0..8f334b56 100644 --- a/sfa/client/Makefile +++ b/sfa/client/Makefile @@ -87,6 +87,10 @@ clean: rm -f auto-*.{out,version} $(foreach extension,$(EXTENSIONS),rm -rf auto-*.$(extension);) +PUBEXTENSIONS=png +publish: + $(foreach extension,$(PUBEXTENSIONS),rsync -av auto-*.$(extension) tparment@srv-planete.inria.fr:/proj/planete/www/Thierry.Parmentelat/sfascan/ ;) + #################### convenience, for debugging only # make +foo : prints the value of $(foo) # make ++foo : idem but verbose, i.e. foo=$(foo) -- 2.43.0