about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-05-15 13:17:03 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-11 13:57:42 -0700
commit6758c63886def43ce4b62f06740238eb0636ec73 (patch)
treee7c762079f9651764bb651e54fd5ebe56acceaac /users/fcuny
parentcheck for error (diff)
downloadworld-6758c63886def43ce4b62f06740238eb0636ec73.tar.gz
add Makefile
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/exp/containerd-to-vm/Makefile3
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