Skip to content

Commit

Permalink
Fix: Clean up cache and .so files created by regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijskooijman committed Nov 26, 2023
1 parent a9978cf commit cb20eee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ extensions:

clean:
$(MAKE) -C regression clean
# Clean extension put into root dir by --inplace
rm -f *.so

flake:
$(PYTHON) -m black --check $(BLACK_OPTIONS) nml
Expand Down
2 changes: 1 addition & 1 deletion regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ $(EXAMPLES):
$(_V) diff expected/[email protected] output2/[email protected]

clean:
$(_V) rm -rf output nml_output output2
$(_V) rm -rf output nml_output output2 .nmlcache

0 comments on commit cb20eee

Please sign in to comment.