Skip to content

Commit c4c861b

Browse files
dunglasdevnexen
authored andcommitted
make clean: remove ext/opcache/minilua
Closes GH-10656.
1 parent 0a466e7 commit c4c861b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Makefile.global

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ clean:
121121
rm -f libphp.la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
122122
rm -f ext/opcache/jit/zend_jit_x86.c
123123
rm -f ext/opcache/jit/zend_jit_arm64.c
124+
rm -f ext/opcache/minilua
124125

125126
distclean: clean
126127
rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h

0 commit comments

Comments
 (0)