Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mehtash
eecs281_project0
Commits
3c989a70
Commit
3c989a70
authored
Sep 08, 2015
by
Marcus M. Darden
Browse files
Change library includes to use g++ 4.8.3.
parent
9b2a2fd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
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
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment