engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.
This commit is contained in:
parent
acb2f06af1
commit
f9542a4231
@ -4,4 +4,5 @@ libs
|
|||||||
*.flc
|
*.flc
|
||||||
semantic.cache
|
semantic.cache
|
||||||
*.dll
|
*.dll
|
||||||
|
*.dylib
|
||||||
*.s
|
*.s
|
||||||
|
@ -4,3 +4,4 @@ libs
|
|||||||
*.flc
|
*.flc
|
||||||
semantic.cache
|
semantic.cache
|
||||||
*.dll
|
*.dll
|
||||||
|
*.dylib
|
||||||
|
@ -85,7 +85,7 @@ dclean:
|
|||||||
mv -f Makefile.new $(MAKEFILE)
|
mv -f Makefile.new $(MAKEFILE)
|
||||||
|
|
||||||
clean:
|
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.
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user