Skip to content

Commit 4b72ab1

Browse files
committed
fix make targz
1 parent e127492 commit 4b72ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-targz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ rm -f */*/*.pyc
1818
rm -f */*/*.pyo
1919
rm -rf */*/__pycache__/
2020
rm -rf ./tests/out*/
21-
rm -rf ./tests/curio/
2221
rm -rf ./tests/.config/
2322

2423
cp -r ./src $TARGET_DIR/
2524
cp -r ./tests $TARGET_DIR/
25+
rm -rf $TARGET_DIR/tests/curio/
2626

2727

2828
cp splisoquant.py $TARGET_DIR/

0 commit comments

Comments
 (0)