PROGRAMS=show_size  access_and_verify ioctl_structs_sizes
CFLAGS=-Wall -I../drbd

all: $(PROGRAMS)

clean: 
	rm -f $(PROGRAMS)

distclean: clean
