Skip to content

Commit cdd2a7a

Browse files
committed
Añade C++11 para versiones anteiores de g++
1 parent 1a08f55 commit cdd2a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practica2.2/replicacion-chat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC=g++
2-
CFLAGS=-g -I.
2+
CFLAGS=-g -I. -std=c++11
33
DEPS = Socket.h Chat.h
44
OBJ = Socket.o Chat.o
55
LIBS=-lpthread

0 commit comments

Comments
 (0)