types refactoring
[m6w6/ext-psi] / Makefile.frag
index bcdaa404078851b50351ea2db9b6dc7236473608..4efd8b3ebdbf61597b967b754162e0c433ba4157 100644 (file)
@@ -19,6 +19,7 @@ psi-clean-headers:
 .PHONY: psi-clean-sources
 psi-clean-sources:
        -rm -f $(PHP_PSI_BUILDDIR)/src/*o
+       -rm -f $(PHP_PSI_BUILDDIR)/src/types/*o
        -rm -f $(PHP_PSI_SRCDIR)/src/parser.c $(PHP_PSI_SRCDIR)/src/parser_proc.c $(PHP_PSI_SRCDIR)/src/parser_proc.y
 
 .PHONY: psi-clean-aux