Skip to content

Commit 373eb5d

Browse files
committed
Add more LDFLAGS
1 parent 8fb96ca commit 373eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CFLAGS = -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy \
88
# these are annoying
99
# -Wmissing-declarations -Wold-style-cast
1010

11-
LDFLAGS = -lGL -lglfw -lGLEW
11+
LDFLAGS = -lGLEW -lGL -lGLU -lglfw
1212

1313
TARGET = bin/out
1414
SOURCES = $(wildcard src/*.cpp)

0 commit comments

Comments
 (0)