summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-04 21:33:07 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-04 21:33:07 -0400
commitc4e922b80067d09796f2050b994f74420473a44f (patch)
tree735a3b0c15b0400f45e6ab477b9c8499b3046f26
parenta2a3f0ca4de166f7358e99420f11898c0c3bd534 (diff)
remove bin/Makefile
-rw-r--r--bin/Makefile12
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