From a76193c684a9ad4f907038172d7bb33694c41a9e Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sat, 19 Oct 2019 15:45:18 -0600 Subject: Initial commit --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9ceb6d5 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +.PHONY: incantation + +incantation: + go build + +clean: + rm incantation + + -- cgit v1.2.3