comparison contrib/chg/Makefile @ 30738:a45c0f42271f

chg: handle pager request client-side This patch implements the simple S-channel pager handling at chg client-side. Note: It does not deal with environ and cwd currently for simplicity, which will be fixed later.
author Jun Wu <quark@fb.com>
date Tue, 10 Jan 2017 06:59:03 +0800
parents baee0f47b533
children 5544af862286
comparison
equal deleted inserted replaced
30737:2957409449ac 30738:a45c0f42271f
23 23
24 $(TARGET): $(OBJS) 24 $(TARGET): $(OBJS)
25 $(CC) $(LDFLAGS) -o $@ $(OBJS) 25 $(CC) $(LDFLAGS) -o $@ $(OBJS)
26 26
27 chg.o: hgclient.h procutil.h util.h 27 chg.o: hgclient.h procutil.h util.h
28 hgclient.o: hgclient.h util.h 28 hgclient.o: hgclient.h procutil.h util.h
29 procutil.o: procutil.h util.h 29 procutil.o: procutil.h util.h
30 util.o: util.h 30 util.o: util.h
31 31
32 .PHONY: install 32 .PHONY: install
33 install: $(TARGET) 33 install: $(TARGET)