OBJS = client.o hud.o players.o render.o

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

clean:
	rm -f *.o *.a

-include ../Makefile.lib
