diff options
author | Franck Cuny <franck@fcuny.net> | 2021-05-15 13:17:03 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-11 13:57:42 -0700 |
commit | 6758c63886def43ce4b62f06740238eb0636ec73 (patch) | |
tree | e7c762079f9651764bb651e54fd5ebe56acceaac /users/fcuny | |
parent | check for error (diff) | |
download | world-6758c63886def43ce4b62f06740238eb0636ec73.tar.gz |
add Makefile
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/exp/containerd-to-vm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/fcuny/exp/containerd-to-vm/Makefile b/users/fcuny/exp/containerd-to-vm/Makefile new file mode 100644 index 0000000..a071aeb --- /dev/null +++ b/users/fcuny/exp/containerd-to-vm/Makefile @@ -0,0 +1,3 @@ +.PHONY: build +build: + go build -o c2vm cmd/c2vm/main.go |