Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
makefile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EECS 281
makefile
Commits
1e126f73
Commit
1e126f73
authored
7 years ago
by
Marcus M. Darden
Browse files
Options
Downloads
Patches
Plain Diff
Update 'make help' and add mac2caen to .PHONY
parent
dd27ca7d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
View file @
1e126f73
...
...
@@ -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
:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment