X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=c%2Fpthread_extra%2FMakefile;h=35fac9c4c527ce25da05af4508305cde9bb39b19;hb=f6132c99e1781f8ca2df08ddd7271bf5895dff0d;hp=1197cca9d85dcaa98a655dba50a5528a4fa8feb4;hpb=3b8f487aed778edba3d8cffe5bdad8e56470c84a;p=mirrors%2FPrograms.git diff --git a/c/pthread_extra/Makefile b/c/pthread_extra/Makefile index 1197cca..35fac9c 100644 --- a/c/pthread_extra/Makefile +++ b/c/pthread_extra/Makefile @@ -11,7 +11,7 @@ CXXFLAGS+=$(COPT) $(CERR) $(CDEF) -std=c++11 $(CLIB) LDFLAGS+=$(COPT) $(LIB) BIN=test -OBJ=pthread_user_data.o pthread_pause.o pthread_multi.o pthread_msgqueue.o test.o +OBJ=pthread_user_data.o pthread_sleep.o pthread_pause.o pthread_multi.o pthread_msgqueue.o test.o all: $(BIN) $(BIN): $(OBJ)