Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions exercises1/Makefile

This file was deleted.

54 changes: 0 additions & 54 deletions exercises1/p1.c

This file was deleted.

92 changes: 0 additions & 92 deletions exercises1/p6.c

This file was deleted.

120 changes: 0 additions & 120 deletions exercises1/p7.c

This file was deleted.

Empty file removed exercises2/client.c
Empty file.
Binary file removed exercises2/read_line.o
Binary file not shown.
Empty file removed exercises2/server.c
Empty file.
Binary file removed exercises2/test
Binary file not shown.
25 changes: 0 additions & 25 deletions exercises2/test.c

This file was deleted.

Binary file removed exercises2/test.o
Binary file not shown.
Binary file added ssdd_p1_100291121_100292107.zip
Binary file not shown.
10 changes: 2 additions & 8 deletions exercises2/Makefile → ssdd_p1_100291121_100292107/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BIN_FILES = test client server
BIN_FILES = server

CC = gcc

Expand All @@ -13,13 +13,7 @@ all: CFLAGS=$(CCGLAGS)
all: $(BIN_FILES)
.PHONY : all

test: test.o read_line.o
$(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@

client: client.o read_line.o
$(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@

server: server.o read_line.o
server: server.o read_line.o user_list.o msg_list.o
$(CC) $(LDFLAGS) $^ $(LDLIBS) -o $@

%.o: %.c
Expand Down
2 changes: 2 additions & 0 deletions ssdd_p1_100291121_100292107/authors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GUTIÉRREZ PARADELA, CARLOS 100291121 GROUP 89
LÓPEZ LOZOYA, RUBÉN 100292107 GROUP 89
Loading