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
|
LIBS += -lGL -lGLEW
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(shell uname), Darwir)
|
ifeq ($(shell uname), Darwin)
|
||||||
LIBS += -lframework
|
LIBS += -framework OpenGL
|
||||||
endif
|
endif
|
||||||
|
|
||||||
example : example.o ../obj.o
|
example : example.o ../obj.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user