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