target=dos2unix
${target}:${target}.c
	gcc -Wall -pedantic ${target}.c -o ${target}
	strip ${target}
clean:
	rm ${target}
