jdagz28 / Minishell

0 stars 0 forks source link

update Makefile to be 19 compliant #23

Closed jdagz28 closed 11 months ago

jdagz28 commented 12 months ago

when you edit a src file, with the rule all - it should only recompile the edited file. 'all' should proudce the objects -- or else the required 'clean' rule is irrelevant

jdagz28 commented 11 months ago

makefile does not work at 19 computers.

Screen Shot 2023-11-26 at 1 53 44 PM
jdagz28 commented 11 months ago

fixed. compiles at 19. all produces objects.