Skip to content
Snippets Groups Projects
Commit cee169dd authored by Marcus M. Darden's avatar Marcus M. Darden
Browse files

Refine sync2caen target with commented Visual Studio support.

parent 710a34af
No related branches found
No related tags found
No related merge requests found
......@@ -153,16 +153,15 @@ fullsubmit: $(FULL_SUBMITFILE)
sync2caen: REMOTE_PATH := ${REMOTE_BASEDIR}/$(notdir $(shell pwd))
sync2caen:
# Make target directory on CAEN
ssh login.engin.umich.edu "mkdir -p ${REMOTE_PATH}"
# Synchronize local files into target directory on CAEN
rsync \
-av \
--delete \
--exclude '.git*' \
#--exclude '.vs*' \ # uncomment for Visual Studio or add .vs to .gitignore
--filter=":- .gitignore" \
./ \
"login.engin.umich.edu:${REMOTE_PATH}/"
"login.engin.umich.edu:'${REMOTE_PATH}'/"
define MAKEFILE_HELP
EECS281 Advanced Makefile Help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment