From c4e922b80067d09796f2050b994f74420473a44f Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 4 Jun 2022 21:33:07 -0400 Subject: remove bin/Makefile --- bin/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bin/Makefile 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 -- cgit v1.2.3