CFLAGS = -O2

atp: atp.o pocket.o ram_test.o
	cc -o $@ $^
atp.o pocket.o ram_test.o:  pocket.h
