diff --git a/Makefile b/Makefile index c7836a0bff6f9f726e3954cce81ec8c8cf56da9e..0bf821d7d8a8a0c29fa82b35fd99eacb85824892 100644 --- a/Makefile +++ b/Makefile @@ -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