From e82ed3f5a4c0d338155f0dd33265f1b3511bd481 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sat, 16 May 2020 14:09:18 +0200 Subject: Added Makefiles rules to start adventures --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 609f91d..92c8ab6 100644 --- a/Makefile +++ b/Makefile @@ -255,8 +255,14 @@ re: fclean all #--------------------------------------------------------------------------------------------------# bonus: all #--------------------------------------------------------------------------------------------------# -run: all +quest: all @./${NAME} "map/quest_start.cub" #--------------------------------------------------------------------------------------------------# -.PHONY: all clean clean fclean re bonus run default +sergio: all + @./${NAME} "map/adv_one.cub" +#--------------------------------------------------------------------------------------------------# +soundtest: + espeak "Hello, partner" +#--------------------------------------------------------------------------------------------------# +.PHONY: all clean clean fclean re bonus quest sergio soundtest default #============================================== EOF ===============================================# -- cgit v1.2.3