diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-25 12:52:55 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-04-25 12:52:55 +0330 |
commit | 833fbb09640e46f7e8968a1a724baf25f2a219fc (patch) | |
tree | dc2b3677cad411b11f8bdf1dfcd50e167cc28396 /Makefile | |
parent | 0f50a82f0694bcf2902a772de63cc2b9a007c2f7 (diff) |
move time to utils
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ NC := \033[0m INC_DIRS := $(SRC_DIR) INC_FLAGS := $(addprefix -I,$(INC_DIRS)) +# OP_FLAG := -Ofast OP_FLAG := -O3 # OP_FLAG := -Oz # OP_FLAG := -g |