CC=gcc

all: 
	gcc -o M memoserv.c

clean:
	rm -f M
