From ce2a4e4409a5b0da5522056c29df27ab0afe95ee Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 20 Jun 2019 16:09:53 +0200 Subject: Add 'make dialyzer' target to top and apps --- lib/eunit/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lib/eunit/Makefile') diff --git a/lib/eunit/Makefile b/lib/eunit/Makefile index acc765faf9..d0dd447a6c 100644 --- a/lib/eunit/Makefile +++ b/lib/eunit/Makefile @@ -48,13 +48,7 @@ SPECIAL_TARGETS = # include $(ERL_TOP)/make/otp_subdir.mk - -.PHONY: info version - -info: - @echo "APP_RELEASE_DIR: $(APP_RELEASE_DIR)" - @echo "APP_DIR: $(APP_DIR)" - @echo "APP_TAR_FILE: $(APP_TAR_FILE)" +.PHONY: version version: @echo "$(VSN)" -- cgit v1.2.3