summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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