Makefile: hg clone peg if it is not present

This commit is contained in:
Michael Teichgräber 2010-11-22 23:18:23 +01:00
parent 7a083c5dae
commit 67459a2e6a

View File

@ -43,11 +43,12 @@ LEG = ./peg/leg/leg
$(LEG) $< $(LEG) $<
$(LEG): $(LEG):
if(! test -d peg); then make peg; fi
make -C peg all make -C peg all
make -C peg/leg all make -C peg/leg all
peg: peg:
hg clone http://bitbucket.org/knieriem/peg
# #
# access to original C source files # access to original C source files