SHELL=/bin/sh

all: program3.o program4.o

clean:
	-@rm -f *.o
