diff options
author | makefunstuff <[email protected]> | 2024-08-07 20:50:16 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-08-07 20:50:16 +0200 |
commit | 6b94ae24f09a48f7d20942d48741251ada2bda43 (patch) | |
tree | 6eedc283460affbae8a0392a6246b8879e9571ef /Makefile | |
parent | 07d31cd578dbc13024b15b60a8ae4c5eb1b06609 (diff) | |
download | ogl-6b94ae24f09a48f7d20942d48741251ada2bda43.tar.gz |
upd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |