Skip to content

Commit 3cb6af2

Browse files
committed
add clean-phpdbg rule to Makefile.frag to aid development
1 parent 7a56e9b commit 3cb6af2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile.frag

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ install-phpdbg: $(BUILD_BINARY)
99
@$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/log
1010
@$(mkinstalldirs) $(INSTALL_ROOT)$(localstatedir)/run
1111
@$(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

Comments
 (0)