-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile error 're' #67
Comments
same thing for me |
Can you guys send me your makefiles ? |
NAME = libft.a INC = includes/libft.h CC = gcc FLAGS += -Wall -Wextra -Werror -I $(INC) SRCS = ft_memset.c OBJS = $(SRCS:.c=.o) RM = rm -rf
all: $(NAME) clean: re: fclean all |
Well as for this one, it's pretty obvious it asks for : |
@jgigault je suis allé voir @aloisLSW42 ert impossible de fix son erreur de inode, meme avec mon makefile qui ne relink pas |
TODO: provide a custom C program to retreive inode: https://stackoverflow.com/questions/9480568/find-inode-number-of-a-file-using-c-code |
Closed to group all the related issues in 115 |
I'm getting the same error despite my makefile looking the same: CHECKING RULE: re |
@mykolasm are you at 42 tomorrow ? |
(opening the issue again was a mistake sorry) |
It seems that there is an error caused by same inode unchanged.
I give you the info... maybe i am wrong on my Makefile, but i have some doubt on it.
CHECKING RULE: re
-> Failing rule: It should have compiled again the binary named 'libftprintf.a' (inode unchanged)
good luck :0
The text was updated successfully, but these errors were encountered: