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

Merge branch 'master' of gitlab.eecs.umich.edu:eecs281/makefile

parents 876b1cc1 cee169dd
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