CC=gcc CFLAGS=-Os all: myed myed: main.c buff.c buff.h $(CC) $(CFLAGS) -o myed main.c buff.c strip myed