Skip to content
Snippets Groups Projects
Commit f2b4af54 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Makefile added

parent bf8715bf
No related branches found
No related tags found
No related merge requests found
PHONY: run
PHONY: compile
compile:
antlr4 DatetimeLexer.g4 DatetimeParser.g4
CLASSPATH=/usr/share/java/antlr4.jar:/usr/share/java/antlr4-runtime.jar javac Datetime*.java
run:
/usr/share/antlr4/grun Datetime datetime -tree
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment