diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 17:52:21 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 17:52:21 +0200 |
| commit | 78ff407da4a24dffc9b7cdd3312b70015ad69a08 (patch) | |
| tree | aea086378ddcd998c1b70428797583f82501f3df | |
| parent | f65992bfcc0169b327aecb4f5189fcf2edd88d07 (diff) | |
| download | mitjafelicijan.com-78ff407da4a24dffc9b7cdd3312b70015ad69a08.tar.gz | |
Typo fix
| -rw-r--r-- | content/notes/drawing-pixels-in-plan9.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/drawing-pixels-in-plan9.md b/content/notes/drawing-pixels-in-plan9.md index 009de07..899f7c6 100644 --- a/content/notes/drawing-pixels-in-plan9.md +++ b/content/notes/drawing-pixels-in-plan9.md | |||
| @@ -49,7 +49,7 @@ void main(int argc, char *argv[]) | |||
| 49 | } | 49 | } |
| 50 | ``` | 50 | ``` |
| 51 | 51 | ||
| 52 | And then compile with Makefile: | 52 | And then compile with `mk` (Makefile below): |
| 53 | 53 | ||
| 54 | ```makefile | 54 | ```makefile |
| 55 | </$objtype/mkfile | 55 | </$objtype/mkfile |
