aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd8d982..7bb5984 100644
--- a/Makefile
+++ b/Makefile
@@ -206,8 +206,10 @@ endif
#--------------------------------------------------------------------------------------------------#
re: fclean all
#--------------------------------------------------------------------------------------------------#
+bonus: all
+#--------------------------------------------------------------------------------------------------#
run: all
@./${NAME} "map/map_one.cub"
#--------------------------------------------------------------------------------------------------#
-.PHONY: all clean clean fclean re run default
+.PHONY: all clean clean fclean re bonus run default
#============================================== EOF ===============================================#