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: 18.05.2024 11:02:03
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel