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 5985dd46..2ad76fa8 100644 --- a/python/Makefile +++ b/python/Makefile @@ -7,7 +7,7 @@ tests: python -m unittest discover -v tags: - ctags -e -R . + ctags -e --exclude='*.js' -R . GHquad.so: GHquad.o $(CC) $(LDFLAGS) -o $@ $< $(LDLIBS) |
