M serveurPartie/Debug/makefile +1 -1
@@ 44,7 44,7 @@ all: serveurPartie
serveurPartie: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GCC C++ Linker'
- g++ -lpthread -o"serveurPartie" $(OBJS) $(USER_OBJS) $(LIBS)
+ g++ -pthread -o"serveurPartie" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
M serveurPrincipal/Debug/makefile +1 -1
@@ 44,7 44,7 @@ all: serveurPrincipal
serveurPrincipal: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GCC C++ Linker'
- g++ -lpthread -o"serveurPrincipal" $(OBJS) $(USER_OBJS) $(LIBS)
+ g++ -pthread -o"serveurPrincipal" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '