aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-10 18:46:10 +0200
committerLoïc Hoguin <[email protected]>2017-07-10 18:46:10 +0200
commit538f9ef01a311e24339f14b0ceeae07c6808765d (patch)
treeaa223ec177b7ed58a796908fcfe53c16d4273f7d /Makefile
parent60983d6c7ab23e211aaf3d9eb7a040385d9d7d1b (diff)
downloadcowlib-538f9ef01a311e24339f14b0ceeae07c6808765d.tar.gz
cowlib-538f9ef01a311e24339f14b0ceeae07c6808765d.tar.bz2
cowlib-538f9ef01a311e24339f14b0ceeae07c6808765d.zip
We use ERL_LIBS, simplify "make perfs"
Also revert the previous change. Didn't work.
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().'