diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 21:33:07 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-04 21:33:07 -0400 |
commit | c4e922b80067d09796f2050b994f74420473a44f (patch) | |
tree | 735a3b0c15b0400f45e6ab477b9c8499b3046f26 /bin | |
parent | a2a3f0ca4de166f7358e99420f11898c0c3bd534 (diff) |
remove bin/Makefile
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/Makefile b/bin/Makefile deleted file mode 100644 index 3282a34..0000000 --- a/bin/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -SH_FILES=image image-push - -all: check fmt -.PHONY: all - -check: - shellcheck -x ${SH_FILES} -.PHONY: check - -fmt: - shfmt -w -i 4 -s ${SH_FILES} -.PHONY: fmt |