Yurttas/PL/IL/C/F-mar11/01/02/00/04/make.a 04

 1a_04 : a_04.o \
 2       to_upper.o
 3
 4	gcc a_04.o \
 5            to_upper.o \
 6         -o a_04
 7
 8a_04.o : a_04.c
 9
10	gcc -c a_04.c
11
12to_upper.o : to_upper.c
13
14	gcc -c to_upper.c