blob: eb99e4b7490564a6feafd62311073ad75bf9c202 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2005-12-23 01:13:06.000000000 +0900
+++ Makefile 2007-12-11 11:35:36.000000000 +0900
@@ -19,7 +19,7 @@
# set compiler for the non-MPI version (mpicc will be used for the MPI
# version regardless of this setting)
-CC = gcc
+CC ?= gcc
# set to yes if you want to use the readline library (make sure you have it
# installed on your machine)
|