diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-06-17 22:43:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-06-17 22:43:07 +0800 |
commit | 123771f6b50550d35ba3f6d7c87e240686c23703 (patch) | |
tree | cfaac5cc5195eb10f9e8a246e589f0e498a0475a /smelt/glfw/makefile | |
parent | 16a560a5e723c27e61f5bba945a089b7b926f4ae (diff) | |
download | SMELT-123771f6b50550d35ba3f6d7c87e240686c23703.tar.xz |
Fixed example application.
Fixed compile errors in Windows.
Diffstat (limited to 'smelt/glfw/makefile')
-rw-r--r-- | smelt/glfw/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smelt/glfw/makefile b/smelt/glfw/makefile index e325ff3..d487454 100644 --- a/smelt/glfw/makefile +++ b/smelt/glfw/makefile @@ -1,5 +1,5 @@ CC= g++ -CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I../include -D_LINUX -fPIC +CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I../../include -D_LINUX -fPIC TARGET= libsmelt.a all: objects-normal archive-normal |