##// END OF EJS Templates
ci: again common element into a `.windows` template...
ci: again common element into a `.windows` template This factor some code out and will help with introducing a new job about wheels.

File last commit:

r2341:dbbe7f72 default
r53119:b25fc1f2 stable
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