Skip to content

Commit 80008f9

Browse files
committed
Fix Makefile
1 parent daadccb commit 80008f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ doc:
4444
$(SPHINX_BUILD) -b html $(PYDOCSRCDIR) $(PYDOCOUTDIR)/html
4545

4646
clean:
47-
rm -rf $(PYDOCOUTDIR) $(PYROOTDIR)/src/softfloatpy.egg-info ./dist ./wheelhouse $(find . -name '__pycache__')
47+
rm -rf $(PYDOCOUTDIR) $(PYROOTDIR)/src/softfloatpy.egg-info $(PYDOCSRCDIR)/apidoc ./dist ./wheelhouse $$(find . -name '__pycache__')

0 commit comments

Comments
 (0)