CC=gcc
CFLAGS=-Wall

shell: shell.c

clean:
	rm -f *.o shell