diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-21 00:28:03 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-21 00:28:03 +0100 |
commit | 4e3898b34a5dbcfabbcf861998d915c261831b60 (patch) | |
tree | bf41be059bdb96c38cfacc5761f8b2631c494f23 /container/Makefile | |
parent | 105089e17aa19b326f6d0fd00b00edd9e3ad5564 (diff) | |
download | llvm-kaleidoscope-rs-4e3898b34a5dbcfabbcf861998d915c261831b60.tar.gz llvm-kaleidoscope-rs-4e3898b34a5dbcfabbcf861998d915c261831b60.zip |
add comment to either use podman or docker
Diffstat (limited to 'container/Makefile')
-rw-r--r-- | container/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/container/Makefile b/container/Makefile new file mode 100644 index 0000000..26f7493 --- /dev/null +++ b/container/Makefile @@ -0,0 +1,5 @@ +podman: build-podman +docker: build-docker + +build-%: + $* build -t ks-rs . |