From 78ff407da4a24dffc9b7cdd3312b70015ad69a08 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 May 2023 17:52:21 +0200 Subject: Typo fix --- content/notes/drawing-pixels-in-plan9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/notes') 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[]) } ``` -And then compile with Makefile: +And then compile with `mk` (Makefile below): ```makefile