You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This library is the next generation of the NoBuild idea. "nob" stands for "nobuild", but it's shorter and more suitable as a prefix for a library.
4
4
5
-
For my previous iteration on this idea see [https://github.com/tsoding/nobuild], but I do not recommend to use it.
5
+
For my previous iteration on this idea see [https://github.com/tsoding/nobuild](https://github.com/tsoding/nobuild), but I do not recommend to use it.
6
6
7
7
## NoBuild Idea
8
8
@@ -12,7 +12,7 @@ The idea is that you should not need anything but a C compiler to build a C proj
12
12
13
13
I'm not sure if this is even a good idea myself. This is why I'm implementing it. This is a research project. I'm not making any claims about suitability of this approach to any project.
14
14
15
-
Right now I'm actively using nob in a variety of my C projects at [https://github.com/tsoding/]. It works quite well for me there.
15
+
Right now I'm actively using nob in a variety of my C projects at [https://github.com/tsoding/](https://github.com/tsoding/). It works quite well for me there.
0 commit comments