prog.exe: prog.c
	gcc -Wall -ansi -pedantic -O3 $< -o $@

backup:
	-rm -f backup.tar.gz
	tar cf backup.tar *.c *.txt Makefile
	gzip -9 backup.tar
