Presun starych
[mirrors/Programs.git] / c / pthread_extra / Makefile
index 1197cca9d85dcaa98a655dba50a5528a4fa8feb4..0022774df87df999bafd766d3034187442c0640e 100644 (file)
@@ -11,14 +11,14 @@ CXXFLAGS+=$(COPT) $(CERR) $(CDEF) -std=c++11 $(CLIB)
 LDFLAGS+=$(COPT) $(LIB)\r
 \r
 BIN=test\r
-OBJ=pthread_user_data.o pthread_pause.o pthread_multi.o pthread_msgqueue.o test.o\r
+OBJ=pthread_user_data.o pthread_sleep.o pthread_pause.o pthread_multi.o pthread_msgqueue.o test.o\r
 \r
 all: $(BIN)\r
 $(BIN): $(OBJ)\r
        $(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.310423 seconds and 4 git commands to generate.