blob: 9022b2517c265d3dcf1fd38b391de52832966180 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- makefile-- Mon Oct 7 10:33:20 2002
+++ makefile Mon Oct 7 10:33:26 2002
@@ -20,8 +20,8 @@
#
########################################################################
-CC = cc
-CFLAGS = -O
+CC ?= cc
+CFLAGS ?= -O
SRC = ./src
# For MPI, mpicc will set up the proper include and library paths
|