aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb41877..4a77289 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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