aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.file-metadatabin6895 -> 6727 bytes
-rw-r--r--README-hacking.md5
2 files changed, 3 insertions, 2 deletions
diff --git a/.file-metadata b/.file-metadata
index f77f0d1..282c544 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/README-hacking.md b/README-hacking.md
index 25283e2..e142b62 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -556,8 +556,9 @@ First custom commit
clean all the extra template outputs with `make clean` as shown below.
```shell
- $ ./project configure # Configure project (except for GCC which can take long).
- $ ./project make # Do the (mainly symbolic) processing and build paper
+ $ ./project configure # Build the project's software environment (can take an hour or so).
+ $ ./project prepare # Pre-processing preparations (doing nothing in the raw template).
+ $ ./project make # Do the processing and build paper (just a simple demo in the template).
# Open 'paper.pdf' and see if everything is ok.
```