target=dos2unix
all:${target}
${target}:${target}.c
	gcc -O2 -Wall -pedantic -ansi $< -o $@
