Skip to content

Commit

Permalink
fix make clean for python interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangJQ2000 authored Dec 9, 2024
1 parent 22b49c0 commit c8c2823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,5 @@ classy: libclass.a python/classy.pyx python/cclassy.pxd
clean: .base
rm -rf $(WRKDIR);
rm -f libclass.a
rm -f $(MDIR)/python/classy.c
rm -f $(MDIR)/python/classy.cpp
rm -rf $(MDIR)/python/build

0 comments on commit c8c2823

Please sign in to comment.