Skip to content
Snippets Groups Projects
Commit 9deb8faf authored by paoletti's avatar paoletti
Browse files

Added UNIQNAME variable, accompanying TODO, and added the variable to the sync2caen target.

parent 889672e1
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@
#######################
# TODO (begin) #
#######################
# Change UNIQNAME to match your UM uniqname.
UNIQNAME = youruniqname
# Change IDENTIFIER to match the project identifier given in the project spec.
IDENTIFIER = EEC50281EEC50281EEC50281EEC50281EEC50281
......@@ -201,7 +204,7 @@ sync2caen:
--exclude '*.code-workspace' \
--filter=":- .gitignore" \
"."/ \
"login.engin.umich.edu:'$(REMOTE_PATH)/'"
"$(UNIQNAME)@login.engin.umich.edu:'$(REMOTE_PATH)/'"
echo "Files synced to CAEN at ~/$(REMOTE_PATH)/"
define 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