all : test test : test.o os_generic.o gcc -o $@ $^ -lpthread clean : rm -rf test *.o *~