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

exec: make clean Test


> make clean Test
rm -f Set.o Element.o Test.o Test DebugTest ProfTest a.out *~
cc -Wall -pedantic -c Set.c
cc -Wall -pedantic -c Element.c
cc -Wall -pedantic -c Test.c
cc -o Test -DNDEBUG=1 Set.c Element.c Test.c
>
Dieses ist das Protokoll eines Testlaufs

Letzte Änderung: 19.04.2024 12:17:54
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel