CFLAGS=-g -Wall

default: gcd

test: gcdtest

gcdtest: srmath.o srtest.o gcdtest.o

gcd: srmath.o gcd.o 

clean:
	rm -f *.o
