Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe flamegraph could use -phpspy suffix as well?


clean:
cd vendor/elfutils && make clean
Expand Down