contrib/chg/Makefile
changeset 30738 a45c0f42271f
parent 30693 baee0f47b533
child 33627 5544af862286
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)