From 062a5d75577c38f1145137f77493aacb04489a58 Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Mon, 13 Nov 2017 17:04:34 -0500 Subject: [PATCH] Remove fmt target as it's handled by update Signed-off-by: Andy Goldstein --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 12e57b67b..838a4c01e 100644 --- a/Makefile +++ b/Makefile @@ -137,15 +137,12 @@ ifneq ($(SKIP_TESTS), 1) @$(MAKE) shell CMD="-c 'hack/test.sh $(SRC_DIRS)'" endif -fmt: - @$(MAKE) shell CMD="-c 'hack/update-fmt.sh'" - verify: ifneq ($(SKIP_TESTS), 1) @$(MAKE) shell CMD="-c 'hack/verify-all.sh'" endif -update: fmt +update: @$(MAKE) shell CMD="-c 'hack/update-all.sh'" release: all-tar-bin checksum