summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-08-07 20:50:16 +0200
committermakefunstuff <[email protected]>2024-08-07 20:50:16 +0200
commit6b94ae24f09a48f7d20942d48741251ada2bda43 (patch)
tree6eedc283460affbae8a0392a6246b8879e9571ef /Makefile
parent07d31cd578dbc13024b15b60a8ae4c5eb1b06609 (diff)
downloadogl-6b94ae24f09a48f7d20942d48741251ada2bda43.tar.gz
upd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 998e57c..5e8d103 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CFLAGS_RELEASE = $(CFLAGS) -O2
 TARGET = ogl
 SRC_DIR = src
 OUT_DIR = out
-LIBS = -lglfw -framework OpenGL
+LIBS = -lglfw -lGLEW -lGL
 DEBUG_DIR = $(OUT_DIR)/debug
 RELEASE_DIR = $(OUT_DIR)/release
 INSTALL_DIR = /usr/local/bin