nitcc:: when removing a reduction in S/R, notify the token to not generate the reduce...
[nit.git] / lib / json / Makefile
1 NITCCDIR=../../contrib/nitcc/
2
3 compile-parser: $(NITCCDIR)src/nitcc
4 $(NITCCDIR)src/nitcc $(NITCCDIR)examples/json.sablecc
5
6 $(NITCCDIR)src/nitcc:
7 make -C $(NITCCDIR)