Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Jan 7, 2024
1 parent 4f86864 commit 0526f75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ OBJ = $(SRC:.cpp=.o)
DEP = $(OBJ:.o=.d) # One dependency file for each source

CXXFLAGS = -Wall -Wextra -std=c++14 -O2 -pipe
LDFLAGS = -L/mingw64/lib -lstdc++ -lm -lglfw3 -lGL -lGLU -lSDL2 -lSDL2_image -lzmq
LDFLAGS = -L/mingw64/lib -lstdc++ -lm -lglfw3 -lSDL2 -lSDL2_image -lzmq
#-lGL -lGLU

TARGET = MeshGlide

Expand Down

0 comments on commit 0526f75

Please sign in to comment.