power: power.c matlib.o
	gcc -Wall -std=gnu99 -o power power.c matlib.o -lm

matlib.o: matlib.c
	gcc -Wall -std=gnu99 -c matlib.c

