From 7059ebf59a24539a17d7d751468424e0455ac1c7 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 5 May 2006 19:54:38 +0000 Subject: [PATCH] targets for rsync to bessar --- hostside/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) 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 \ -- 2.30.2