##// END OF EJS Templates
largefile: use `parentchange` markcommitted...
largefile: use `parentchange` markcommitted Differential Revision: https://phab.mercurial-scm.org/D11112

File last commit:

r2341:dbbe7f72 default
r48456:b1b6d0ca default
Show More
Makefile
13 lines | 160 B | text/x-makefile | MakefileLexer
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