From: ian Date: Fri, 5 May 2006 19:54:38 +0000 (+0000) Subject: targets for rsync to bessar X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=7059ebf59a24539a17d7d751468424e0455ac1c7;p=trains.git targets for rsync to bessar --- diff --git a/hostside/Makefile b/hostside/Makefile index 9239920..8650c61 100644 --- a/hostside/Makefile +++ b/hostside/Makefile @@ -14,6 +14,14 @@ all: $(TARGETS) hostside-old: serialio.o nmra.o main.o encode.o utils.o $(LINK) +BESSAR=bessar:things/trains-bessar/hostside/. + +on-bessar: $(TARGETS) + RSYNC_RSH=fsh rsync $(TARGETS) $(BESSAR) + +%.on-bessar: % + RSYNC_RSH=fsh rsync $^ $(BESSAR) + realtime: realtime.o startup.o cdumgr.o \ cmdinput.o obc.o eventhelp.o \ utils.o serialio.o parseutils.o auproto-pic.o \