Some code cleanup

This commit is contained in:
2023-02-20 18:03:15 +00:00
parent 5f0f5c3820
commit 39231f0d92
4 changed files with 44 additions and 48 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ CXXFLAGS = -Wall -Wextra -g -O0 -std=c++20 -stdlib=libc++
IFLAGS = -I/usr/local/include -I/usr/include
LFLAGS = -L/usr/local/lib -lm -framework OpenGL -framework GLUT
LFLAGS = -L/usr/local/lib -lm
# ------------------------------------------
# FOR GENERIC MAKEFILE: