all:sieb test fehler.o:fehler.c gcc -c -o fehler.o fehler.c sieb.o: sieb.c gcc -c sieb.c sieb:sieb.o fehler.o gcc -o sieb fehler.o sieb.o test.o: test.c gcc -c test.c test:test.o fehler.o gcc -o test fehler.o test.o