summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-05-15 13:17:03 -0700
committerFranck Cuny <franck@fcuny.net>2021-05-15 13:17:03 -0700
commitd248cf4d50ade28db7c59c0ee308dc1abb6b39a4 (patch)
treed1c64262844947915a597aa4e00361fb2eeb516a
parentcheck for error (diff)
downloadcontainerd-to-vm-d248cf4d50ade28db7c59c0ee308dc1abb6b39a4.tar.gz
add Makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a071aeb
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+.PHONY: build
+build:
+	go build -o c2vm cmd/c2vm/main.go