engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.

This commit is contained in:
Andy Polyakov 2011-11-12 12:13:13 +00:00
parent acb2f06af1
commit f9542a4231
3 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,5 @@ libs
*.flc
semantic.cache
*.dll
*.dylib
*.s

View File

@ -4,3 +4,4 @@ libs
*.flc
semantic.cache
*.dll
*.dylib

View File

@ -85,7 +85,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll *.dylib
# DO NOT DELETE THIS LINE -- make depend depends on it.