aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/notes/drawing-pixels-in-plan9.md2
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
52And then compile with Makefile: 52And then compile with `mk` (Makefile below):
53 53
54```makefile 54```makefile
55</$objtype/mkfile 55</$objtype/mkfile