diff options
author | Loïc Hoguin <[email protected]> | 2015-06-17 21:02:13 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-06-17 21:02:13 +0200 |
commit | 0db3d2497a933796684350c5905f7c9f3990426e (patch) | |
tree | d028323fd2e5c5d6dec9097e5d8a3bbd08e8bb7a | |
parent | 8fb1a7d213f3aad30e3761c5e4b5760160de21f4 (diff) | |
download | erlang.mk-0db3d2497a933796684350c5905f7c9f3990426e.tar.gz erlang.mk-0db3d2497a933796684350c5905f7c9f3990426e.tar.bz2 erlang.mk-0db3d2497a933796684350c5905f7c9f3990426e.zip |
Remove unneeded variables from cover.mk
-rw-r--r-- | plugins/cover.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/cover.mk b/plugins/cover.mk index bd94051..1ec4a52 100644 --- a/plugins/cover.mk +++ b/plugins/cover.mk @@ -3,11 +3,6 @@ COVER_REPORT_DIR = cover -# utility variables for representing special symbols -empty := -space := $(empty) $(empty) -comma := , - # Hook in coverage to eunit ifdef COVER @@ -25,7 +20,6 @@ endif ifdef COVER ifdef CT_RUN - # All modules in 'ebin' COVER_MODS = $(notdir $(basename $(shell echo ebin/*.beam))) |