Pthread sleep
[mirrors/Programs.git] / c / pthread_extra / Makefile
index 1197cca9d85dcaa98a655dba50a5528a4fa8feb4..35fac9c4c527ce25da05af4508305cde9bb39b19 100644 (file)
@@ -11,7 +11,7 @@ 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
This page took 0.137462 seconds and 4 git commands to generate.