Skip to content

Commit 845f594

Browse files
committed
(No Issue) Clean up detritus in the Makefile
We aren't pre-building wheels any more for use with pex so we no longer refer to the `wheelhouse` directory, but the script was still removing it. This was actually surfacing on Windows/cygwin as a spurious error in some cases.
1 parent 205b53f commit 845f594

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pex:
2323
-f $(prebuilt_dir) \
2424
--disable-cache \
2525
--not-zip-safe .
26-
-$(RM) wheelhouse
2726

2827
test:
2928
nosetests --no-byte-compile tests

0 commit comments

Comments
 (0)