From 4ce48de67c847baaaa2137d19ebf1d6114a6d799 Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Wed, 31 Oct 2018 14:39:46 -0400 Subject: [PATCH] Install flamegraph perl scripts as part of `make install` --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1bb95bd..d967f79 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,8 @@ test: phpspy_static $(phpspy_tests) install: phpspy_static install -D -v -m 755 phpspy $(DESTDIR)$(prefix)/bin/phpspy + install -D -v -m 755 stackcollapse-phpspy.pl $(DESTDIR)$(prefix)/bin/stackcollapse-phpspy + install -D -v -m 755 vendor/flamegraph.pl $(DESTDIR)$(prefix)/bin/flamegraph clean: cd vendor/elfutils && make clean