Replies: 1 comment
-
You're totally right, thank you! Fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear theicfire,
Thank you very much for the tutorial!
I am very new to Makefiles, but I think there are 2 errors in the tutorial text that can cause confusion:
https://github.com/theicfire/makefiletutorial/blob/eafea236dc3dd31d8928ba3bf33e5a97e1f841cb/docs/index.html#L526
I think it will only run if
blah
doesn't exist (and notblah.c
).https://github.com/theicfire/makefiletutorial/blob/eafea236dc3dd31d8928ba3bf33e5a97e1f841cb/docs/index.html#L528
If
blah.c
has not changed, then it should not be recompiled, I guess.I hope I could help to improve the tutorial!
Beta Was this translation helpful? Give feedback.
All reactions