diff options
| -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 899f7c6..6ce8973 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 `mk` (Makefile below): | 52 | And then compile with `mk` (mkfile below): |
| 53 | 53 | ||
| 54 | ```makefile | 54 | ```makefile |
| 55 | </$objtype/mkfile | 55 | </$objtype/mkfile |
