aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ab48188..7443d62 100644
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,5 @@ ifeq ($(MAKECMDGOALS),perfs)
.NOTPARALLEL:
endif
-ci-extra:: perfs
-
perfs: test-build
- $(gen_verbose) erl -noshell -pa ebin deps/horse/ebin \
- -eval 'horse:app_perf($(PROJECT)), erlang:halt().'
+ $(gen_verbose) erl -noshell -pa ebin -eval 'horse:app_perf($(PROJECT)), erlang:halt().'