Skip to content

Commit

Permalink
make file for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lhuang-pvamu committed Sep 4, 2019
1 parent 68e6f78 commit f138062
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions make.linux
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# for g++ compiler on Apple OS-X
# for g++ compiler on Linux
# copy to make.def
#CC = g++
CC = clang++
CC = g++
CLINKER = $(CC)
OMPFLAG = -fopenmp
OPTFLAGS =
Expand Down

0 comments on commit f138062

Please sign in to comment.