Skip to content

Commit

Permalink
Fix silly typo in example Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rlk committed Sep 22, 2014
1 parent 705508a commit fcfda28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit fcfda28

Please sign in to comment.