about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
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