Skip to content

Commit

Permalink
Makefile for MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Nov 27, 2016
1 parent d4db5b5 commit 25782ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CC = gcc

CFLAGS=-O3 -lglut -lGLU -lGL -lm -g
# for mac
CFLAGS=-D MAC -O3 -lglut -lGLU -lGL -lm
#CFLAGS=-D MAC -O3 -framework OpenGL -framework GLUT -lm

all:fermisurfer bxsf2frmsf

Expand Down

0 comments on commit 25782ce

Please sign in to comment.