Fix silly typo in example Makefile

This commit is contained in:
Robert Kooima 2014-09-22 12:55:54 -05:00
parent 705508a727
commit fcfda28067

View File

@ -6,8 +6,8 @@ ifeq ($(shell uname), Linux)
LIBS += -lGL -lGLEW
endif
ifeq ($(shell uname), Darwir)
LIBS += -lframework
ifeq ($(shell uname), Darwin)
LIBS += -framework OpenGL
endif
example : example.o ../obj.o