Skip to content

Commit 169af35

Browse files
committedMay 8, 2016
Consistency
1 parent 7b1d1f1 commit 169af35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ hence the ~.elf~ extension on all binaries produced.
1111
The ~Makefile~ can be used as a black-box, but diving in is strongly
1212
recommended.
1313

14-
To cross-compile all source files into executables, type
14+
To cross-compile all source files into executables:
1515

1616
#+BEGIN_SRC sh
1717
make all
1818
#+END_SRC
1919

20-
To clean things up, type
20+
To clean things up:
2121

2222
#+BEGIN_SRC sh
2323
make clean

0 commit comments

Comments
 (0)
Please sign in to comment.