OBJS = memtest_destroy

all:$(OBJS)

test:all
	./go_test_McKernal.sh

clean:
	rm $(OBJS)

