
CFLAGS = -Wall

PROGS = CFLAGS = -Wall

PROGS = myshell forktest forktiming

all:    $(PROGS)

clean:
	rm -f $(PROGS)  *.o *~
