We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed6e01 commit d737588Copy full SHA for d737588
1 file changed
Makefile
@@ -17,6 +17,9 @@ generate: talib/_func.pxi talib/_stream.pxi
17
cython:
18
cython talib/_ta_lib.pyx
19
20
+annotate:
21
+ cython -a talib/_ta_lib.pyx
22
+
23
clean:
24
rm -rf build talib/_ta_lib.so talib/*.pyc
25
0 commit comments