Makefile: hg clone peg if it is not present
This commit is contained in:
parent
7a083c5dae
commit
67459a2e6a
3
Makefile
3
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user