summaryrefslogtreecommitdiff
path: root/example-interface/Makefile
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-18 23:13:12 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2025-02-07 21:54:55 +0100
commitb0cf4477140aff5c198544dbff2cfe28770e0083 (patch)
tree8969b6093055cb30fe7ca679c0dc0e9380270a8c /example-interface/Makefile
parent4231d0773b219b32ae8fab0e4ee58ca9ffd6037b (diff)
downloadzig-playground-b0cf4477140aff5c198544dbff2cfe28770e0083.tar.gz
zig-playground-b0cf4477140aff5c198544dbff2cfe28770e0083.zip
interface: minimal example for a runtime dispatch
Diffstat (limited to 'example-interface/Makefile')
-rw-r--r--example-interface/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/example-interface/Makefile b/example-interface/Makefile
new file mode 100644
index 0000000..6576ece
--- /dev/null
+++ b/example-interface/Makefile
@@ -0,0 +1,2 @@
+run:
+ zig run main.zig