Update AllegroCL for :long-long on 64-bit platforms
[uffi.git] / Makefile.common
index 82c41a461403eafc9b4954dbaf2abb3fdedd41ef..394e2f0d70f6e0a4ed63deb708af56bb2efcf69a 100644 (file)
@@ -5,9 +5,9 @@ all:
 clean:
        @rm -rf .bin
        @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl 
+       @rm -f *.fasla8 *.fasla16 *.faslm8 *.faslm16 *.faslmt
        @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 \