X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=Makefile;h=6989044a9b0697987b8c92b237b1466fa090c2d8;hp=8446d4abe0a283d24e9fbe2b0564319e5ab6a823;hb=a0b08c3177b6273ad22f3882cd62495743ed404c;hpb=4bb9f60eb04e6e7f63f22e1e384c6a306bae05bc diff --git a/Makefile b/Makefile index 8446d4ab..6989044a 100644 --- a/Makefile +++ b/Makefile @@ -144,11 +144,11 @@ RSYNC_EXCLUDES := --exclude .svn --exclude .git --exclude '*~' --exclude TAGS $ RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) --no-owner $(RSYNC_EXCLUDES) -CLIENTS = $(shell ls sfa/clientbin/*.py) +CLIENTS = $(shell ls clientbin/*.py) BINS = ./config/sfa-config-tty ./config/gen-sfa-cm-config.py \ ./sfa/server/sfa-start.py \ - ./sfa/clientbin/sfaadmin.py \ + ./clientbin/sfaadmin.py \ $(CLIENTS) synclib: synccheck