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>2024-12-18 23:13:12 +0100
commit42b6f9d23ab0f94744a90edb6fd74450f589ca14 (patch)
treee9a0b465eadc33570b412446475eb1a96d453f9d /example-interface/Makefile
parent3fbe24e6cde0e423f603c41ec06da736bf1a275b (diff)
downloadzig-playground-42b6f9d23ab0f94744a90edb6fd74450f589ca14.tar.gz
zig-playground-42b6f9d23ab0f94744a90edb6fd74450f589ca14.zip
interface: minimal example for a runtime dispatchHEADmain
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