espaceAddr: espaceAddr.c
	gcc -Wall -g espaceAddr.c -o espaceAddr
	
clean:
	@test -f espaceAddr && rm espaceAddr || echo "nothing to clean"