This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index 8c4abfb..71ee675 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -5,7 +5,10 @@ CFLAGS_DEBUG := -Wall -g -O0 -std=c11 | |
CFLAGS_RELEASE := -Wall -g -O3 -flto -std=c11 | |
INCLUDES := -Isrc | |
# On Linux, only static link with my custom libcurl | |
-LIBS_LINUX := -l:src/libs/linux/GL/libGLEW.a \ | |
+ |