Warning
Work in progress.
Implementation of the exercises in K&R C book. Just to sharpen my C skills.
Usage:
make <ex> Build src/<ex>.c -> build/<ex> (e.g. make 1-3)
make run <ex> Build (if needed) and run (e.g. make run 1-3)
make clean Remove the build directory
Layout:
src/1-3.c, src/2-4.c, ...
Here,
<ex>is the exercise number, e.g.1-3for Exercise 1-3.