Skip to content

Commit

Permalink
use the same variable as in other Makevars templates
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Jun 10, 2024
1 parent 938786c commit 0dc2a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ C_clean:
rm -Rf $(SHLIB) $(STATLIB) $(OBJECTS)

clean:
rm -Rf $(SHLIB) $(STATLIB) $(OBJECTS) rust/target
rm -Rf $(SHLIB) $(STATLIB) $(OBJECTS) $(TARGET_DIR)

0 comments on commit 0dc2a39

Please sign in to comment.