aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4b7afbb..2b62cb2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: all
+default: run
#==============================================================================#
#--------------------------------- Shell --------------------------------------#
#==============================================================================#
@@ -122,7 +122,7 @@ fclean: clean
re: fclean all
#------------------------------------------------------------------------------#
run: all
- @./${NAME}
+ @./${NAME} "map/map_one.cub"
#------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re run default
#==================================== EOF =====================================#