Skip to content

Commit

Permalink
A special client is not necessary : removed directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfmaster committed Jun 9, 2014
1 parent 919cd8d commit ea762d1
Show file tree
Hide file tree
Showing 21 changed files with 11 additions and 57 deletions.
19 changes: 11 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
OBJS=main.o window.o screen.o config.o graphic.o \
notif.o queue.o timer.o fifo.o
include ../param.mk

all : server client
all : $(SERVER)

client :
make -C client
$(SERVER) : $(OBJS)
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)

server :
make -C server
%.o : %.c
$(CC) $(CFLAGS) -c -o $@ $<

clean :
make clean -C client
make clean -C server
@touch $(OBJS) $(SERVER)
rm $(OBJS) $(SERVER)

rec : clean all

.PHONY: all client server clean rec
.PHONY: all clean rec


20 changes: 0 additions & 20 deletions client/Makefile

This file was deleted.

8 changes: 0 additions & 8 deletions client/main.c

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions server/Makefile

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ea762d1

Please sign in to comment.