Skip to content

Commit

Permalink
Adding the git ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwkuepper committed May 16, 2013
1 parent bbda86b commit af8e3ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.o
*~
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FC = gfortran -O2 #-ffast-math

LFLAGS = const_bse.h zdata.h

CC = cc -O2 -fopenmp #-ffast-math
CC = gcc -O2 -fopenmp #-ffast-math
#use "-D NOOMP" and remove "-fopenmp" for compilation without OpenMP

#CFLAGS = -L/opt/local/lib/gcc44/ -lgfortran
Expand Down

0 comments on commit af8e3ed

Please sign in to comment.