diff options
| author | Rokas Puzonas <[email protected]> | 2023-08-26 14:36:04 +0300 |
|---|---|---|
| committer | Rokas Puzonas <[email protected]> | 2023-08-26 14:36:04 +0300 |
| commit | c797f8a500874a2032ed744317cf03c37dfcddbe (patch) | |
| tree | 20dc886343adbf3767bb0339ab8cd760dbfad105 /tools/example-indexer/README.md | |
| parent | 00e5fe5c1877800a19ae4a22fc7c3b4b33ef32d7 (diff) | |
| download | raylib.com-c797f8a500874a2032ed744317cf03c37dfcddbe.tar.gz raylib.com-c797f8a500874a2032ed744317cf03c37dfcddbe.zip | |
move example-indexer into tools
Diffstat (limited to 'tools/example-indexer/README.md')
| -rw-r--r-- | tools/example-indexer/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/example-indexer/README.md b/tools/example-indexer/README.md new file mode 100644 index 0000000..d740cd2 --- /dev/null +++ b/tools/example-indexer/README.md @@ -0,0 +1,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> +``` |
