summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 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