Han2-Ro / 42minishell

0 stars 0 forks source link

Include dependencies in Makefile #74

Closed Han2-Ro closed 6 months ago

Han2-Ro commented 6 months ago

Elidjah show me a really good way to avoid this, add this to your makefile DEPS = $(OBJS:.o=.d) -include $(DEPS)and compile with -MMD -MP,

https://discord.com/channels/1026201148803260527/1026201149398843469/1220447323134361620