aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
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 ===============================================#