From 54120a55711d38c371aee4de5b5ee4e19915d106 Mon Sep 17 00:00:00 2001 From: Jan Wassenberg Date: Wed, 10 Apr 2024 03:20:34 -0700 Subject: [PATCH] Mention Makefile contributed by @jart PiperOrigin-RevId: 623436818 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 349cb73..679b457 100644 --- a/README.md +++ b/README.md @@ -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.