Skip to content

Commit 181040e

Browse files
ArmavicaricardoV94
authored andcommitted
Fix make clean
1 parent 1090a50 commit 181040e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ help:
5252

5353
clean:
5454
rm -rf $(BUILDDIR)/*
55+
rm -rf $(SOURCEDIR)/api/generated
5556
rm -rf $(SOURCEDIR)/api/**/generated
5657
rm -rf $(SOURCEDIR)/api/**/classmethods
58+
rm -rf $(SOURCEDIR)/contributing/private_api/generated
5759
rm -rf $(SOURCEDIR)/contributing/private_api/**/generated
5860
rm -rf $(SOURCEDIR)/contributing/private_api/**/classmethods
5961
rm -rf docs/jupyter_execute

0 commit comments

Comments
 (0)