CC=gcc CFLAGS=-Wall -Werror #CFLAGS+=-g #CFLAGS+=-pg msort : msort.c clean : rm -f msort *.o core