From f6de2b1453930267015ab9323d5f83daa25667ba Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 14 May 2020 19:09:39 +0200 Subject: Added ugly Cylindric UV mapping, texture/color transition --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb41877..4a77289 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/05/09 10:24:52 by charles #+# #+# # -# Updated: 2020/05/14 15:30:27 by charles ### ########.fr # +# Updated: 2020/05/14 19:05:41 by charles ### ########.fr # # # # **************************************************************************** # @@ -39,6 +39,9 @@ INC = $(shell find $(INC_DIR) -type f -name '*.h') all: prebuild $(NAME) +release: CFLAGS += -DSCOP_RELEASE -O3 +release: re + prebuild: @mkdir -p $(OBJ_DIR) @mkdir -p $(OBJ_DIR)/graphic -- cgit