
CFLAGS=-O2

EXE=ex1 ex2 ex3 ex4 ex_cours

all: $(EXE)

clean:
	/bin/rm -f $(EXE)
