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