diff options
author | Cody Hiar <cody@hiar.ca> | 2019-10-19 15:45:18 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2019-10-19 15:45:18 -0600 |
commit | a76193c684a9ad4f907038172d7bb33694c41a9e (patch) | |
tree | b810f7b62fd0673449669a6ca5d006d185425121 /Makefile |
Initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 + + |