diff options
-rw-r--r-- | Makefile.swig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.swig b/Makefile.swig index c8b07f617..8d39fc60a 100644 --- a/Makefile.swig +++ b/Makefile.swig @@ -32,6 +32,9 @@ ## In some older autotools, $(builddir) is not defined, so ## just use '.' instead. +CLEANFILES += python/*.cc python/*.h python/*.lo python/*.o +CLEANFILES += guile/*.cc gnuradio/*.scm guile/*.lo guile/*.o + SWIG_PYTHON_FLAGS = \ -fvirtual \ -python \ |