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 authored and glx22 committed Dec 1, 2023
1 parent fed1a02 commit b526402
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/example_$@.grf output2/example_$@.grf

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

0 comments on commit b526402

Please sign in to comment.