Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vinniel
makefile
Commits
7821b719
Commit
7821b719
authored
Sep 05, 2018
by
paoletti
Browse files
Went back to 6.2.0
parent
3e207b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7821b719
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
# test*.cpp pattern.
# test*.cpp pattern.
# enables c++17 on CAEN or 281 autograder
# enables c++17 on CAEN or 281 autograder
PATH
:=
/usr/um/gcc-7.1.0/bin:
/usr/um/gcc-6.2.0/bin:
$(PATH)
PATH
:=
/usr/um/gcc-6.2.0/bin:
$(PATH)
LD_LIBRARY_PATH
:=
/usr/um/gcc-7.1.0/lib64:
/usr/um/gcc-6.2.0/lib64
LD_LIBRARY_PATH
:=
/usr/um/gcc-6.2.0/lib64
LD_RUN_PATH
:=
/usr/um/gcc-7.1.0/lib64:
/usr/um/gcc-6.2.0/lib64
LD_RUN_PATH
:=
/usr/um/gcc-6.2.0/lib64
# This is the path from the CAEN home folder to where projects will be
# This is the path from the CAEN home folder to where projects will be
# uploaded. (eg. /home/mmdarden/eecs281/project1)
# uploaded. (eg. /home/mmdarden/eecs281/project1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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