diff options
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 d487454..3594e5f 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 |