base:
	javac -g *.java

vide:
	rm *.class "#"*  *~  -f

line:
	cat *.java | wc --lines 
mx:
	xemacs Makefile &

emacsn:
	(LANG=C LC_ALL=C make --directory .. Utils_comp_res)

#pour stufe
all:
	(LANG=C LC_ALL=C make --directory .. Utils_comp_loc)

exec:
	(LANG=C LC_ALL=C make --directory .. Utils_exe_loc)
