diff options
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 2ad76fa8..a0658eaa 100644 --- a/python/Makefile +++ b/python/Makefile @@ -7,7 +7,7 @@ tests: python -m unittest discover -v tags: - ctags -e --exclude='*.js' -R . + ctags -e --python-kinds=-iv --exclude='*.js' -R . GHquad.so: GHquad.o $(CC) $(LDFLAGS) -o $@ $< $(LDLIBS) |
