From 6d2755af83298db4e1f04bb4289304babc207c1c Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Thu, 26 Mar 2020 11:18:48 -0400
Subject: added parallel build advice
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 186cfb9..6ed2300 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ Requisites:
- SciPy, Matplotlib, numpy (Python libraries)
-Run `make` in the toplevel directory to build with the GNU Makefile.
+Run `make -j8` in the toplevel directory to build with the GNU Makefile.
## Results
--
cgit