diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ build: python setup.py build_ext --inplace clean: - find -name \*.c -exec rm {} \; + find \( -name \*.c -o -name \*.h \) -exec rm {} \; rm -rf build |
