Re: Cogito: split Makefile targets of Cogito/git From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:00 quotedquotedquotedquoted"KS" == Kay Sievers [off-list ref] writes: KS> - KS> -all: $(PROG) $(GEN_SCRIPT) KS> - KS> +.PHONY: all it cogito KS> +all: git cogito KS> +git: $(PROG) KS> +cogito: $(GEN_SCRIPT) (Tongue in cheek) How about this instead ;^) - -all: $(PROG) $(GEN_SCRIPT) - +.PHONY: all git coo +all: git coo +git: $(PROG) +coo: $(GEN_SCRIPT)
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help