aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f6faad0..972505f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,13 +6,13 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/08 03:06:59 by cacharle #+# #+# #
-# Updated: 2020/11/02 20:01:39 by charles ### ########.fr #
+# Updated: 2020/11/07 17:19:11 by charles ### ########.fr #
# #
# **************************************************************************** #
LIBASM_PATH = ../libasm
-RM = rm -f
+RM = rm -fv
MAKE = make --no-print-directory
PYTHON = python3