CC?=cc all: $(CC) -lm -o sqrt sqrt.c check: all ./sqrt debug: $(CC) -g -lm -o sqrt sqrt.c gdb ./sqrt bericht: latexmk -pdf bericht.tex;