summaryrefslogtreecommitdiffhomepage
path: root/tools/example-indexer/README.md
blob: d740cd2dbed9f48a2767bd4ef84c7d1e8c4bcd53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Raylib example indexer

Go through all raylib examples and extract places were API functions were used.

```shell
make all
```

Or

```shell
make example_indexer
./build/example_indexer <raylib-src-dir> <examples-dir> <output-file>
```