aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-07 17:20:22 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-07 17:20:22 +0100
commit1695b0184d3a671a7dfae8061709197c9cab8347 (patch)
tree73acba82d3654154756ae874a879e386de198ec0 /Makefile
parentada41e81dc2d0c01610767837d996f3cc004e008 (diff)
downloadlibasm_test-1695b0184d3a671a7dfae8061709197c9cab8347.tar.gz
libasm_test-1695b0184d3a671a7dfae8061709197c9cab8347.tar.bz2
libasm_test-1695b0184d3a671a7dfae8061709197c9cab8347.zip
Added signaled_suite global to avoid test segfault
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