Skip to content

Commit

Permalink
updated makefile. Definitely works on linux now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sherbondy committed Oct 7, 2012
1 parent 48e4312 commit f022a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ FRAMEWORKS += -framework AGL
FRAMEWORKS += -framework Carbon

LINKFLAGS += -L vecmath/lib/ -lvecmath
LINKFLAGS += -lfltk -lfltk_gl
else
INCFLAGS = -I /usr/include/GL
INCFLAGS += -I /mit/6.837/public/include/vecmath

LINKFLAGS = -lglut -lGL -lGLU
LINKFLAGS = -lglut $(shell fltk-config --use-gl --ldflags)
LINKFLAGS += -L /mit/6.837/public/lib -lvecmath
endif

LINKFLAGS += -lfltk -lfltk_gl

CFLAGS = -g
CFLAGS += -DSOLN
CC = g++
Expand Down
2 changes: 1 addition & 1 deletion vecmath

0 comments on commit f022a0e

Please sign in to comment.