all: ifttest heat

ifttest: ifttest.c
	gcc -std=gnu99 -o ifttest ifttest.c -lm

heat: heat.c
	gcc -std=gnu99 -o heat heat.c -lm
