<88>[random:/home/yoshi/www/mac110/exx/graphics] > ls -al total 29 -rw-r--r-- 1 yoshi yoshi 932 May 6 04:58 Makefile -rw-r--r-- 1 yoshi yoshi 1887 May 6 05:31 koch.c <89>[random:/home/yoshi/www/mac110/exx/graphics] > make koch make koch.o make[1]: Entering directory `/home/yoshi/www/mac110/exx/graphics' gcc -g -I. -I/usr/local/lib/Roberts/include -c koch.c make[1]: Leaving directory `/home/yoshi/www/mac110/exx/graphics' gcc -g -I. -I/usr/local/lib/Roberts/include -L. -o koch koch.o /usr/local/lib/Roberts/standard/cslib.a -lm <90>[random:/home/yoshi/www/mac110/exx/graphics] > koch Comprimento? 3 Profundidade? 3 <91>[random:/home/yoshi/www/mac110/exx/graphics] > ls -al total 76 -rw-r--r-- 1 yoshi yoshi 932 May 6 04:58 Makefile -rwxr-xr-x 1 yoshi yoshi 28875 May 6 05:42 koch* -rw-r--r-- 1 yoshi yoshi 1887 May 6 05:31 koch.c -rw-r--r-- 1 yoshi yoshi 6696 May 6 05:42 koch.o <92>[random:/home/yoshi/www/mac110/exx/graphics] > ghostview graphics.ps <93>[random:/home/yoshi/www/mac110/exx/graphics] > gv graphics.ps <94>[random:/home/yoshi/www/mac110/exx/graphics] > make clean /bin/rm -f *~ \#~ .\#* *.o core a.out <95>[random:/home/yoshi/www/mac110/exx/graphics] >