diff options
author | Christian Segundo | 2022-12-07 21:25:24 +0100 |
---|---|---|
committer | Christian Segundo | 2022-12-07 21:25:49 +0100 |
commit | 4766ff42f2e84781356dae72b3c8de50010a9237 (patch) | |
tree | 8c21958336c32175d114aedc53a8b2a6f78f694d /Makefile | |
parent | 4ebc66911da17b6f5abdc7629dff3eccd7f37ce2 (diff) | |
download | advent-of-zig-2022-4766ff42f2e84781356dae72b3c8de50010a9237.tar.gz |
update zig
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -ZIG_VERSION=0.11.0-dev.149+7733246d6 +ZIG_VERSION=0.11.0-dev.612+8ccb9a6ad IMAGE_NAME=zigci all: clean test fmt benchmark |