summaryrefslogtreecommitdiff
path: root/zig-x11-box/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-17 08:48:40 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-17 08:48:40 +0200
commitfadbf136de03215a9bfaca04ee336b4085589de4 (patch)
tree6f693db0e737dcd52a0b8719bd18ec23358c5e3e /zig-x11-box/Makefile
parentb2503e50f7d6e31bf6b553c192d34d87eaac055b (diff)
downloadprobe-fadbf136de03215a9bfaca04ee336b4085589de4.tar.gz
Added a bit more involved example of Zig and Xlib
Diffstat (limited to 'zig-x11-box/Makefile')
-rw-r--r--zig-x11-box/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/zig-x11-box/Makefile b/zig-x11-box/Makefile
new file mode 100644
index 0000000..1ebb12c
--- /dev/null
+++ b/zig-x11-box/Makefile
@@ -0,0 +1,2 @@
+default:
+ zig run main.zig -lX11 -lc