Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marziarivi committed Feb 18, 2016
1 parent 36229b9 commit 2a797a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ OPTIMIZE = -O3 -g

ifeq (MPI,$(findstring MPI,$(OPT)))
CC = mpiCC -g
else
CC = g++-4.9
endif
else
CC = g++
endif

OPTIONS = $(OPTIMIZE) $(OPT)
EXEC = RadioLensfit.x
Expand Down

0 comments on commit 2a797a2

Please sign in to comment.