From 1e126f73774b15af63db43cc015fac8938ee7575 Mon Sep 17 00:00:00 2001 From: "Marcus M. Darden" <mmdarden@umich.edu> Date: Sat, 3 Feb 2018 23:49:52 -0500 Subject: [PATCH] Update 'make help' and add mac2caen to .PHONY --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0e7d277..7376368 100644 --- a/Makefile +++ b/Makefile @@ -213,8 +213,8 @@ EECS281 Advanced Makefile Help $$ make static * Mac to CAEN upload support - A) Requires an .ssh/config file with SSH Multiplexing enabled and an - open SSH connection. + A) Requires an .ssh/config file with a login.engin.umich.edu host + defined, SSH Multiplexing enabled, and an open SSH connection. B) Edit the REMOTE_BASEDIR variable if default is not preferred. C) Usage: $$ make mac2caen @@ -252,6 +252,6 @@ help: ###################### # these targets do not create any files -.PHONY: all release debug profile static clean alltests partialsubmit fullsubmit help +.PHONY: all release debug profile static clean alltests partialsubmit fullsubmit mac2caen help # disable built-in rules .SUFFIXES: -- GitLab