We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a466e7 commit c4c861bCopy full SHA for c4c861b
build/Makefile.global
@@ -121,6 +121,7 @@ clean:
121
rm -f libphp.la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
122
rm -f ext/opcache/jit/zend_jit_x86.c
123
rm -f ext/opcache/jit/zend_jit_arm64.c
124
+ rm -f ext/opcache/minilua
125
126
distclean: clean
127
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