extendr / rextendr

An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically
https://extendr.github.io/rextendr/
Other
197 stars 27 forks source link

[minor] Use same variable in `Makevars` file #358

Closed CGMossa closed 2 months ago

CGMossa commented 5 months ago

In Makevars we are not using TARGET_DIR in clean, but we are doing that in other Makevars.

Small refactoring, but good nonetheless.

Caught by @kbvernon