Skip to content

Commit

Permalink
fix libft rule (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Feb 20, 2024
1 parent 42bde60 commit 73a6123
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,9 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%.c

-include $(DEP)

$(LIBFT): $(LIBFT_DIR)
@make -C $(@D)

$(LIBFT_DIR):
$(LIBFT):
@git submodule update --init
@make -C $(@D)

.PHONY: clean
clean:
Expand Down

0 comments on commit 73a6123

Please sign in to comment.