aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-11-02 20:03:21 +0100
committerCharles Cabergs <me@cacharle.xyz>2020-11-02 20:03:21 +0100
commitada41e81dc2d0c01610767837d996f3cc004e008 (patch)
treea88158274e56067d7ec097fa1a2160d9850c72df /Makefile
parent300c07ead71d1c063ecea6b3ee11191522f1031d (diff)
downloadlibasm_test-ada41e81dc2d0c01610767837d996f3cc004e008.tar.gz
libasm_test-ada41e81dc2d0c01610767837d996f3cc004e008.tar.bz2
libasm_test-ada41e81dc2d0c01610767837d996f3cc004e008.zip
Added bonus rule to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 314f184..f6faad0 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/08 03:06:59 by cacharle #+# #+# #
-# Updated: 2020/11/02 19:53:57 by charles ### ########.fr #
+# Updated: 2020/11/02 20:01:39 by charles ### ########.fr #
# #
# **************************************************************************** #
@@ -62,6 +62,9 @@ run_raw: all
run_debug: all
./$(NAME)
+bonus:
+ $(MAKE) LIBASM_TEST_BONUS=yes
+
all: $(NAME)
$(NAME): libasm_all $(OBJ)