rra fonctionne

This commit is contained in:
hugogogo
2021-06-15 17:02:15 +02:00
parent dc99227f94
commit 9842a20f6e
14 changed files with 58 additions and 12 deletions

View File

@@ -55,6 +55,10 @@ $(ODIR):
$(ODIR)/%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<
libft:
make re -C $(LDIR)
make $(NAME)
clean:
/bin/rm -f $(OBJS)