CC=gcc
CFLAGS=-g

all: myed

myed: main.c buff.c buff.h
	$(CC) $(CFLAGS) -o myed main.c buff.c 
##	strip myed