1 2 3 4 5 6 7 8 9 10 11
--- a/makefile +++ b/makefile @@ -21,7 +21,7 @@ ######################################################################## CC = cc -CFLAGS = -O -g +CFLAGS += -O -g SRC = ./src # For MPI, mpicc will set up the proper include and library paths