renamed directory
This commit is contained in:
parent
ccf0199129
commit
cf22f0d466
7 changed files with 0 additions and 7 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -3,18 +3,11 @@ TARGETS = server client echo_server echo_client
|
|||
CC = gcc
|
||||
CFLAGS = -g
|
||||
|
||||
ifdef DEFINES
|
||||
CFLAGS += -D$(DEFINES)
|
||||
endif
|
||||
|
||||
all: $(TARGETS) Makefile
|
||||
clean:
|
||||
rm -f $(TARGETS)
|
||||
rm -f *.o *~
|
||||
|
||||
server: server.o
|
||||
client: client.o
|
||||
|
||||
# Compile with echo support
|
||||
echo_server: server.c
|
||||
$(CC) $(CFLAGS) -DECHO $^ -o $@
|
Loading…
Add table
Reference in a new issue