Mercurial > hg-stable
view contrib/hgsh/Makefile @ 13105:2245fcd0e160 stable
subrepo: initialize subrepo relative default paths relative to their root
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 10 Dec 2010 01:30:16 +0100 |
parents | dbbe7f72d15a |
children |
line wrap: on
line source
CC := gcc CFLAGS := -g -O2 -Wall -Werror prefix ?= /usr/bin hgsh: hgsh.o $(CC) -o $@ $< install: hgsh install -m755 hgsh $(prefix) clean: rm -f *.o hgsh