Systemnahe Programmierung in Chome  Prof. Dr. Uwe Schmidt FH Wedel

exec: make num


> make num
rm -f *.o Test
make Set.o Element.o ./Test CCFLAGS='-Wall -pedantic -DNUMELEM=1 -DNDEBUG=1'
make[1]: Entering directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/bintree'
cc -Wall -pedantic -DNUMELEM=1 -DNDEBUG=1 -c Set.c
cc -Wall -pedantic -DNUMELEM=1 -DNDEBUG=1 -c Element.c
cc -o Test Test.c Set.o Element.o -Wall -pedantic -DNUMELEM=1 -DNDEBUG=1
make[1]: Leaving directory `/home/uwe/fh/public_html/vorlesungen/c/beispiele/bintree'
>
Dieses ist das Protokoll eines Testlaufs

Letzte Änderung: 26.04.2024 11:02:39
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel