We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a56e9b commit 3cb6af2Copy full SHA for 3cb6af2
Makefile.frag
@@ -9,3 +9,8 @@ install-phpdbg: $(BUILD_BINARY)
9
@$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/log
10
@$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/run
11
@$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(sbindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT)
12
+
13
+clean-phpdbg:
14
+ @echo "Cleaning phpdbg object files ..."
15
+ find sapi/phpdbg/ -name *.lo -o -name *.o | xargs rm -f
16
0 commit comments