
all:
	arm-linux-gnueabihf-gcc -o  shm_read_mb  -g  shm_read_mb.c   -lrt
clean:
	rm  shm_read_mb
