From 5d22db4adac6d21845e3450ef6b95b818307a4fe Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 31 Dec 2023 23:42:16 +0100 Subject: Initial commit, finished --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b71d19 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# zbind +A small program that binds buttons on a joystick device (such as a controller) to commands.\ +To create a small static binary, build with: `zig build run -Doptimize=ReleaseSmall -Dtarget=native-linux-musl -Dcpu=baseline` -- cgit v1.2.3