SHELL=/bin/sh
all: program1.o program2.o

clean:
	-@rm -f *.o
