diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92a9876 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +kordophone-mock + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b5ee6ab --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: kordophone-mock +kordophone-mock: + go build +