aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-01-27 20:08:28 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-01-27 20:08:28 +0100
commit7bfe7d179c44463668722d163ba425f402979414 (patch)
tree7e826b492b90e1d3524ffe8a4fcd7e0c004ea8bc
parentAdded new file, added -lm to Linux compilation (diff)
download42-cub3d-7bfe7d179c44463668722d163ba425f402979414.tar.gz
42-cub3d-7bfe7d179c44463668722d163ba425f402979414.tar.bz2
42-cub3d-7bfe7d179c44463668722d163ba425f402979414.tar.xz
42-cub3d-7bfe7d179c44463668722d163ba425f402979414.tar.zst
42-cub3d-7bfe7d179c44463668722d163ba425f402979414.zip
Added @
Diffstat (limited to '')
-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 =====================================#