summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e95d96c..048f815 100644
--- a/Makefile
+++ b/Makefile
@@ -106,4 +106,7 @@ fclean: clean
#------------------------------------------------------------------------------#
re: fclean all
#------------------------------------------------------------------------------#
-.PHONY: all clean clean fclean re debug asan
+run: all
+ clear; ./${NAME}
+#------------------------------------------------------------------------------#
+.PHONY: all clean clean fclean re debug asan run