mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
13 lines
150 B
Makefile
13 lines
150 B
Makefile
all: pgf runtime
|
|
|
|
pgf:
|
|
gf -make ImperC.gf ImperJVM.gf
|
|
|
|
runtime:
|
|
java -jar jasmin.jar runtime.j
|
|
|
|
doc:
|
|
pdflatex complin.tex
|
|
pdflatex complin.tex
|
|
|