r1819: further debian updates
[uffi.git] / Makefile.common
index 0b06cc35058207731a0c8940ce8e5d3c2b3661f1..82c41a461403eafc9b4954dbaf2abb3fdedd41ef 100644 (file)
@@ -7,6 +7,8 @@ clean:
        @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl 
        @rm -f *~ *.bak *.orig *.err \#*\# .#*
        @rm -f *.so *.a
+       @rm -f uffi-[0-9]*[0-9].tar.gz uffi-[0-9]*[0-9].zip
+       @rm -rf debian/cl-uffi
 ifneq ($(SUBDIRS)$(DOCSUBDIRS),)
        @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \
                $(MAKE) -C $$i $@; done