about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2018-10-14 07:05:05 +0000
committerPjotr Prins2018-10-14 07:05:05 +0000
commit6b1e007ea9ead6123e9d7f078f3e59054047521d (patch)
treee7789ca16738a7a0fe2029c5b3eec0d2d463680e
parentc6b210353b6366112e9cf293be2cc5adc202344c (diff)
downloadpangemma-6b1e007ea9ead6123e9d7f078f3e59054047521d.tar.gz
INSTALL.md: update make rules
-rw-r--r--INSTALL.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 18c11f2..4d2836f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -67,13 +67,13 @@ Even better you can create a container in the source tree and run our developmen
 
     guix environment -C guix --ad-hoc gcc gdb gfortran:lib gsl eigen openblas zlib bash ld-wrapper perl
     make clean
-    make GUIX=$GUIX_ENVIRONMENT check -j 4
+    make check -j 4
 
 and for the Clang edition
 
     guix environment -C guix --ad-hoc clang gcc gdb gfortran:lib gsl eigen openblas zlib bash ld-wrapper perl
     make clean
-    make GUIX=$GUIX_ENVIRONMENT CXX=clang++ check -j 4
+    make CXX=clang++ check -j 4
 
 To test with another dependency, e.g. GSLv1
 
@@ -168,7 +168,7 @@ against gslv1) would be
 
 to run GEMMA tests
 
-	time make check
+	make check
 
 You can run gemma in the debugger with, for example
 
@@ -204,8 +204,7 @@ or
 
 The gcc version has profiling support, run with
 
-    make PROFILING=1
-
+    make profile
 
 ### OpenBlas