Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
eecs281_project0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
krachel
eecs281_project0
Commits
3c989a70
Commit
3c989a70
authored
9 years ago
by
Marcus M. Darden
Browse files
Options
Downloads
Patches
Plain Diff
Change library includes to use g++ 4.8.3.
parent
9b2a2fd0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-4
4 additions, 4 deletions
Makefile
with
4 additions
and
4 deletions
Makefile
+
4
−
4
View file @
3c989a70
...
...
@@ -41,9 +41,9 @@
# Vertion 0 - ????-??-??, Matt Diffenderfer (mjdiffy@umich.edu)
# enables c++11 on CAEN
PATH
:=
/usr/um/gcc-4.8.
2
/bin:
$(
PATH
)
LD_LIBRARY_PATH
:=
/usr/um/gcc-4.8.
2
/lib64
LD_RUN_PATH
:=
/usr/um/gcc-4.8.
2
/lib64
PATH
:=
/usr/um/gcc-4.8.
3
/bin:
$(
PATH
)
LD_LIBRARY_PATH
:=
/usr/um/gcc-4.8.
3
/lib64
LD_RUN_PATH
:=
/usr/um/gcc-4.8.
3
/lib64
# TODO
# Change EXECUTABLE to match the command name given in the project spec.
...
...
@@ -215,4 +215,4 @@ project0.o: project0.cpp class.h
# these targets do not create any files
.PHONY
:
all release debug profile clean alltests partialsubmit fullsubmit help
# disable built-in rules
.SUFFIXES
:
.SUFFIXES
:
\ No newline at end of file
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