Skip to content

Commit d9b1045

Browse files
committed
Set Makefile to appropriate defaults for Linux
1 parent 5f698a4 commit d9b1045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ EXTENSIONS_DIR = ${PROJECT_DIR}/fidimag/extensions
33
PYTHON = python3
44
PYTEST = ${PYTHON} -m pytest
55

6-
CC=gcc-8
7-
CXX=g++-8
6+
CC=gcc
7+
CXX=g++
88

99
FFTW_INC=local/include
1010
FFTW_LIB=local/lib

0 commit comments

Comments
 (0)