Skip to content

Minor Typo #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions nob.h
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,9 @@ bool nob_set_current_dir(const char *path);
// return 0;
// }
//
// After your added this macro every time you run ./nob it will detect
// that you modified its original source code and will try to rebuild itself
// before doing any actual work. So you only need to bootstrap your build system
// once.
// After you add this macro ./nob it will detect modifications to its
// original source code and will try to rebuild itself before doing any actual
// work. So you only need to bootstrap the build system once.
//
// The modification is detected by comparing the last modified times of the executable
// and its source code. The same way the make utility usually does it.
Expand Down