stan-dev / cmdstan

CmdStan, the command line interface to Stan
https://mc-stan.org/users/interfaces/cmdstan
BSD 3-Clause "New" or "Revised" License
210 stars 93 forks source link

.gch not cleaned up properly #1272

Closed SteveBronder closed 3 months ago

SteveBronder commented 3 months ago

Summary:

When running make clean-all I'm getting

rm: cannot remove 'stan/src/stan/model/model_header.hpp.gch': Is a directory
make: *** [makefile:286: clean] Error 1

This should be getting cleanup up properly

Reproducible Steps:

make build
make clean-all

Current Version:

v2.35.0

SteveBronder commented 3 months ago

This is fixed in #1271