X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=c%2Fpthread_extra%2FMakefile;h=0022774df87df999bafd766d3034187442c0640e;hb=3109d0d18e330e166a45042a2d363ec1b285c493;hp=35fac9c4c527ce25da05af4508305cde9bb39b19;hpb=0be2ea132b514f6a9b43aa5c9200c4faf7341602;p=mirrors%2FPrograms.git diff --git a/c/pthread_extra/Makefile b/c/pthread_extra/Makefile index 35fac9c..0022774 100644 --- a/c/pthread_extra/Makefile +++ b/c/pthread_extra/Makefile @@ -18,7 +18,7 @@ $(BIN): $(OBJ) $(CXX) -o $(BIN) $(OBJ) $(LDFLAGS) strip --strip-unneeded $(BIN) - gcc -lpthread -I . test_pause.c pthread_user_data.o pthread_pause.o -o test_pause + gcc -lpthread -I . test_pause.c pthread_user_data.o pthread_pause.o pthread_sleep.o -o test_pause clean: rm -f $(BIN) $(OBJ) $(DEPS)