Priprava na semafor, zatim obsahuje ZAVAZNY DEADLOCK
[mirrors/Programs.git] / c / pthread_extra / Makefile
index 35fac9c4c527ce25da05af4508305cde9bb39b19..0022774df87df999bafd766d3034187442c0640e 100644 (file)
@@ -18,7 +18,7 @@ $(BIN): $(OBJ)
        $(CXX) -o $(BIN) $(OBJ) $(LDFLAGS)\r
        strip --strip-unneeded $(BIN)\r
 \r
-       gcc -lpthread -I . test_pause.c pthread_user_data.o pthread_pause.o -o test_pause\r
+       gcc -lpthread -I . test_pause.c pthread_user_data.o pthread_pause.o pthread_sleep.o -o test_pause\r
 \r
 clean:\r
        rm -f $(BIN) $(OBJ) $(DEPS)\r
This page took 0.105912 seconds and 4 git commands to generate.