doc for building candy gen

This commit is contained in:
Louis Grignon 2018-03-04 04:01:05 +01:00
parent 8c086d311d
commit aa804816f8

View File

@ -80,7 +80,7 @@ By default, candies will be deployed to [jsweet-candies](https://github.com/jswe
## How to build ## How to build
In the project's directory, generate TypeScript parser from syntax files (CUP/JFlex): In the candy-generator's directory, generate TypeScript parser from syntax files (CUP/JFlex):
```bash ```bash
$ mvn generate-sources -P genparser $ mvn generate-sources -P genparser