From c49ba0490840ba3f27fb6874df32c4559c904923 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 5 Jun 2022 22:51:55 -0400 Subject: Makefile: remove image and image-push --- Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 56b2d20..185453a 100644 --- a/Makefile +++ b/Makefile @@ -22,11 +22,3 @@ test: clean: go clean .PHONY: clean - -image: - ./bin/image -.PHONY: image - -image-push: - ./bin/image-push -.PHONY: image-push -- cgit v1.2.3