Skip to content

Commit

Permalink
Remove python/_*.so in clean
Browse files Browse the repository at this point in the history
  • Loading branch information
paumard committed Jan 22, 2019
1 parent 7f5884c commit 30a7a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ clean:
-rm *.pyc gyoto_doc.i gyoto_doc.i.orig
-rm doxygen_sqlite3.db gyoto_*installed.txt
-rm -f tests/*.pyc *_wrap.cxx gyoto/*.pyc
-rm -Rf _gyoto*.so Gyoto*.egg-info
-rm -Rf _gyoto*.so Gyoto*.egg-info _*.so

# Clean up the output of configure
distclean: clean
Expand Down

0 comments on commit 30a7a02

Please sign in to comment.