Skip to content

Commit a6f8d4c

Browse files
authored
note cmake command required before make
1 parent 8c5947a commit a6f8d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Tips for contributors
22
---------------------
33

44
* In your local repository, ensure that everything compiles by **running
5-
`make`** (this will launch byte compilation of lisp files and regression
5+
`cmake . && make`** (this will launch byte compilation of lisp files and regression
66
tests).
77
* You are then ready to make a **pull request**. Please make pull requests
88
**against `master`**.

0 commit comments

Comments
 (0)