summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-12-03 13:54:01 -0500
committerErik Schnetter <schnetter@gmail.com>2012-12-03 13:54:01 -0500
commit8dd524760bb3daefe5b877083f38441e485c4704 (patch)
tree3e4b63f411187dd927502aaf28b65371d5c1ac54
parentfe4c23e4e86af5f84bc0d19748d2afcc25f0ae21 (diff)
downloadvecmathlib-8dd524760bb3daefe5b877083f38441e485c4704.zip
vecmathlib-8dd524760bb3daefe5b877083f38441e485c4704.tar.gz
Document autogen.sh
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c6031e8..f89c337 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,8 @@
#! /bin/bash
+
+# Run "./autogen.sh" to create or recreate all autogenerated
+# configuration magic. This should normally not be necessary; in
+# generally, just running "ninja" should perform all necessary tasks.
+
rm -f CMakeCache.txt
cmake -G Ninja
OpenPOWER on IntegriCloud