Skip to content

Commit c36e550

Browse files
committed
Added note to README about incremental builds.
1 parent 8a9fce4 commit c36e550

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ $ make
3030
$ sudo make install
3131
```
3232

33+
## Incremental Builds
34+
35+
If you wish to make changes to the source code and rebuild:
36+
37+
```bash
38+
# Make source changes
39+
$ source set_build_paths.sh # sets shell variables used by make
40+
$ make clean # If you want a clean build
41+
$ make
42+
```
43+
3344
## Use
3445

3546
```

0 commit comments

Comments
 (0)