aboutsummaryrefslogtreecommitdiff
path: root/content/notes/extend-lua-with-custom-c.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes/extend-lua-with-custom-c.md')
-rw-r--r--content/notes/extend-lua-with-custom-c.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/notes/extend-lua-with-custom-c.md b/content/notes/extend-lua-with-custom-c.md
index eaa55a1..708e6fd 100644
--- a/content/notes/extend-lua-with-custom-c.md
+++ b/content/notes/extend-lua-with-custom-c.md
@@ -51,3 +51,4 @@ Makefile will need to be modified.
51 clean: 51 clean:
52 rm *.so 52 rm *.so
53 ``` 53 ```
54