Skip to content

Commit

Permalink
adding makefile target 'clean'
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed May 12, 2024
1 parent 1cb5b60 commit fcb7508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ conda-env:
conda create -n numba-rvsdg
conda-install:
conda install python=3.12 python-graphviz pyyaml pytest sphinx sphinx_rtd_theme coverage pre-commit
clean:
git clean -dfX

0 comments on commit fcb7508

Please sign in to comment.