5 lines
191 B
Makefile
5 lines
191 B
Makefile
# these values work with the "install-antlr.sh" script provided for the PLD
|
|
ANTLRJAR=../antlr/jar/antlr-4.9.2-complete.jar
|
|
ANTLRINC=../antlr/include
|
|
ANTLRLIB=../antlr/lib/libantlr4-runtime.a
|