Skip to content

Commit 44e3e7c

Browse files
committed
Small README tweak.
1 parent 1778a7a commit 44e3e7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,33 @@
1818

1919
### Standard (Library + Headers)
2020

21-
```bash
21+
```
2222
$ make
2323
# make install
2424
```
2525

2626
### Library
2727

28-
```bash
28+
```
2929
$ make
3030
# make install-symlinks
3131
```
3232

3333
### Library (32-bit)
3434

35-
```bash
35+
```
3636
$ make CFLAGS="-Wall -Wextra -O3 -m32" LDFLAGS="-rdynamic -m32"
3737
# make libdir='$(exec_prefix)/lib32' install-symlinks
3838
```
3939

4040
### Headers
4141

42-
```bash
42+
```
4343
# make install-headers
4444
```
4545

4646
### Documentation
4747

48-
```bash
48+
```
4949
$ make docs
5050
```

0 commit comments

Comments
 (0)