4. Fiddle with the lockout mechanism so that set/login g1tlh also locks out
[spider.git] / src / Makefile
1 #
2 # makefile for the C programs for the DXSpider node
3 #
4
5 CFLAGS = -g -O
6
7 CLIENTOBJ = client.o sel.o cmsg.o chain.o debug.o
8 CLIENTBIN = client
9
10 $(CLIENTBIN) : $(CLIENTOBJ)
11         $(CC) $(CFLAGS) $(CLIENTOBJ) -o $(CLIENTBIN)