mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-28 02:58:35 +02:00
~ | Cross platform makefiles
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
# By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2024/10/13 19:39:57 by ycontre #+# #+# #
|
||||
# Updated: 2024/10/14 19:31:54 by ycontre ### ########.fr #
|
||||
# Updated: 2024/12/23 17:41:04 by ycontre ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -46,7 +46,9 @@ ASSETS_DIR := assets
|
||||
SRC_ASSETS_DIR := assets_src
|
||||
|
||||
ALL_SRCS := RT.cpp gl.cpp \
|
||||
Window.cpp Shader.cpp \
|
||||
Window.cpp \
|
||||
Shader.cpp \
|
||||
Camera.cpp
|
||||
|
||||
SRCS := $(ALL_SRCS:%=$(SRCS_DIR)/%)
|
||||
|
||||
@ -55,7 +57,7 @@ OBJS := $(addprefix $(OBJS_DIR)/, $(SRCS:%.cpp=%.o))
|
||||
|
||||
HEADERS := includes/RT.hpp
|
||||
|
||||
CC := clang -Wextra -Werror -Wall
|
||||
CC := clang++ -Wextra -Werror -Wall
|
||||
|
||||
CFLAGS := -Ofast
|
||||
|
||||
|
Reference in New Issue
Block a user