##// END OF EJS Templates
rust-status: fix issue6456 for the Rust implementation also...
rust-status: fix issue6456 for the Rust implementation also This implementation is being used by a few people now, so we need it fixed, even though a big rewrite will be coming quite soon. Differential Revision: https://phab.mercurial-scm.org/D10217

File last commit:

r2341:dbbe7f72 default
r47491:3c9ddb19 default
Show More
Makefile
13 lines | 160 B | text/x-makefile | MakefileLexer
Vadim Gelfer
contrib: add restricted shell.
r2341 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