Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vinniel
makefile
Commits
cee169dd
Commit
cee169dd
authored
May 11, 2018
by
Marcus M. Darden
Browse files
Refine sync2caen target with commented Visual Studio support.
parent
710a34af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cee169dd
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment