mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: windows: make clean: we did not clear many windows-specific files.
This commit is contained in:
2
util/configure
vendored
2
util/configure
vendored
@ -1607,7 +1607,7 @@ sub gen_makefile {
|
||||
|
||||
print $out "install: all\n\t" . join("\n\t", @make_install_cmds) . "\n\n";
|
||||
|
||||
print $out "clean:\n\trm -rf build\n";
|
||||
print $out "clean:\n\trm -rf build *.exe *.dll openresty-*\n";
|
||||
|
||||
close $out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user