all:
	cc -g -o gammon gammon.c -I../.. ../../perms.c -lm

clean:
	rm -rf *.o *~ ZZZ* zzz* imps.profile gmon.out gammon.ham gammon
