From e5d04aa30d8a6297b45b13c3832e7c5a73798ab7 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Fri, 18 Sep 2020 01:37:24 +0200 Subject: [PATCH] Remove references to unused targets --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a68804b6..e54669d3 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ VCS_VERSION := $(shell git describe --tags --contains --always) SLEEP = 15s -all: build backup generate-accounts run generate-accounts-after-run fixtures tests clean -no-build: backup generate-accounts run generate-accounts-after-run fixtures tests clean -complete_test: lint build generate-accounts run generate-accounts-after-run fixtures tests +all: build backup generate-accounts generate-accounts-after-run tests clean +no-build: backup generate-accounts generate-accounts-after-run tests clean +complete_test: lint build generate-accounts generate-accounts-after-run tests build: docker build \