all: C_count.occ.exe
C_count.occ.exe: count.occurrence.c
	cc count.occurrence.c -O3 -o C_count.occ.exe

clean:
	rm -f C_count.occ.exe
