BlissRoms: Don't build all make targets
Change-Id: I81c80ce00bd2bcde845bca056e00e2a83e00a95b
diff --git a/docs/BlissRoms/build-guide.md b/docs/BlissRoms/build-guide.md
index ce968c2..c0d0c99 100644
--- a/docs/BlissRoms/build-guide.md
+++ b/docs/BlissRoms/build-guide.md
@@ -159,7 +159,7 @@
`make` only runs with 1 thread. `mka` is properly aliased to use all of your threads by checking `nproc`.
-If you want to customize your thread count (maybe you're building with a fan-screaming laptop in a quiet coffee shop), use `make -j#`, replacing the hash with the number of threads (example of `make -j4`).
+If you want to customize your thread count (maybe you're building with a fan-screaming laptop in a quiet coffee shop), use `make blissify -j#`, replacing the hash with the number of threads (example of `make blissify -j4`).
#### I get an error about no `blissify` targets to build against, what's wrong?