Fix silly typo in example Makefile
This commit is contained in:
parent
705508a727
commit
fcfda28067
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user