diff options
| -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 |
![]() |
index : pyisda | |
| Cython bindings to the ISDA Cds model | gitolite user |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Makefile | 2 |
@@ -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 |