aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 89e8add..48f7007 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/29 11:54:31 by cacharle #+# #+# #
-# Updated: 2020/02/29 12:00:11 by cacharle ### ########.fr #
+# Updated: 2020/02/29 12:01:42 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -18,7 +18,7 @@ SRC = $(shell find . -name "*.hs")
all: $(NAME)
-$(NAME):
+$(NAME): $(SRC)
$(CC) -o $(NAME) $(SRC)
clean: