aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecf5f4f..a2bdb24 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ fclean: clean
re: fclean all
#------------------------------------------------------------------------------#
run: all
- ./${NAME}
+ @./${NAME}
#------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re run default
#==================================== EOF =====================================#