Skip to content

Commit e115af6

Browse files
author
David M. Butler
committed
Cleaned up makefiles.
1 parent e1c733f commit e115af6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/fiber_bundle/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
#
2020
# Path to C++ compiler; set this to wherever your compiler is.
2121
#
22-
CXX = /usr/local/gcc/bin/g++
22+
CXX =
2323

2424
#
2525
# Path the SheafSystem installation; set this to where you've installed the SheafSystem.
2626
#
27-
SHEAF_INSTALL_DIR = /home/dmbutler/SheafSystem-github-lps/install
27+
SHEAF_INSTALL_DIR =
2828

2929
#
3030
# Some internal variables; leave these alone.

examples/field/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
#
1919
# Path to C++ compiler; set this to wherever your compiler is.
2020
#
21-
CXX = /usr/local/gcc/bin/g++
21+
CXX =
2222

2323
#
2424
# Path the SheafSystem installation; set this to where you've installed the SheafSystem.
2525
#
26-
SHEAF_INSTALL_DIR = /home/dmbutler/SheafSystem-github-lps/install
26+
SHEAF_INSTALL_DIR =
2727

2828
#
2929
# Some internal variables; leave these alone.

examples/sheaf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
#
1919
# Path to C++ compiler; set this to whreever your compiler is.
2020
#
21-
CXX = /usr/local/gcc/bin/g++
21+
CXX =
2222

2323
#
2424
# Path the SheafSystem installation; set this to where you've installed the SheafSystem.
2525
#
26-
SHEAF_INSTALL_DIR = /home/dmbutler/SheafSystem-github-lps/install
26+
SHEAF_INSTALL_DIR =
2727

2828
#
2929
# Some internal variables; leave these alone.

0 commit comments

Comments
 (0)