Skip to content

Commit caf314f

Browse files
committed
tools: move generate.py to generate_func.py.
1 parent f38849f commit caf314f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install:
55
python setup.py install
66

77
generate:
8-
python tools/generate.py > talib/func.pyx
8+
python tools/generate_func.py > talib/func.pyx
99

1010
clean:
1111
rm -rf build talib/func*.so talib/abstract*.so talib/common*.so talib/stream*.so talib/*.pyc
File renamed without changes.

0 commit comments

Comments
 (0)