mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
+ | Portal matrices reflection
This commit is contained in:
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ else
|
||||
RM := rm -rf
|
||||
DIR_DUP = mkdir -p $(@D)
|
||||
CC := clang++
|
||||
CFLAGS := -Ofast -Wall -Wextra -Werror -g
|
||||
CFLAGS := -Wall -Wextra -Werror -g
|
||||
IFLAGS := -I./includes -I./includes/RT -I/usr/include
|
||||
LDFLAGS := -L/usr/lib/x86_64-linux-gnu -lglfw -lGL -lGLU -lX11 -lpthread -ldl -lstdc++
|
||||
FILE = $(shell ls -lR srcs/ | grep -F .c | wc -l)
|
||||
|
Reference in New Issue
Block a user