diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-07-02 21:50:25 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-07-02 21:50:25 +0200 |
commit | 898b1c827293c8ae87642be75703c3a0eb99bf22 (patch) | |
tree | 97d74f4c41f4eed63e3cf73411b61a4dbce108c1 /example-container/Makefile | |
parent | 5e2e4b3d8bb1c685c962ea1f447d7ee6f6babaac (diff) | |
download | zig-playground-898b1c827293c8ae87642be75703c3a0eb99bf22.tar.gz zig-playground-898b1c827293c8ae87642be75703c3a0eb99bf22.zip |
container: testing containers struct / file
Diffstat (limited to 'example-container/Makefile')
-rw-r--r-- | example-container/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example-container/Makefile b/example-container/Makefile new file mode 100644 index 0000000..89a77b1 --- /dev/null +++ b/example-container/Makefile @@ -0,0 +1,3 @@ +run: + zig build-exe main.zig + ./main |