Commit f9542a42 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

parent acb2f06a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,4 +4,5 @@ libs
*.flc
semantic.cache
*.dll
*.dylib
*.s
+1 −0
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ libs
*.flc
semantic.cache
*.dll
*.dylib
+1 −1
Original line number Diff line number Diff line
@@ -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.