OBJS = ai.o game.o players.o server.o

all: server.a
server.a: $(OBJS)

clean:
	rm -f *.o *.a

-include ../Makefile.lib
