Mention Makefile contributed by @jart

PiperOrigin-RevId: 623436818
This commit is contained in:
Jan Wassenberg 2024-04-10 03:20:34 -07:00 committed by Copybara-Service
parent 881eeffe0a
commit 54120a5571
1 changed files with 6 additions and 0 deletions

View File

@ -206,6 +206,12 @@ bazel build -c opt --cxxopt=-std=c++20 :gemma
If the build is successful, you should now have a `gemma` executable in the `bazel-bin/` directory.
#### Make
If you prefer Makefiles, @jart has made one available here:
https://github.com/jart/gemma3/blob/main/Makefile
### Step 4: Run
You can now run `gemma` from inside the `build/` directory.