From 8bbb14b0ba43856d9bac08cf30fc518bcda55193 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 16 Mar 2020 16:27:57 +0100 Subject: Added bonus rule --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 ===============================================# -- cgit v1.2.3