make runtime

This commit is contained in:
aarne
2004-09-27 07:58:18 +00:00
parent 901a62e061
commit c9f6079aa3
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ Generated files:
---------------
Imper.gfcm -- canonical multilingual GF grammar for C and JVM
ImperC.cf -- LBNF grammar for C generated from Imper.gfcm
TestImperC -- executable parser generated from ImperC.cf
runtime.class -- runtime binary generated from runtime.j
gft.tmp -- parse result generated by the compiler front end
jvm.tmp -- pseudo-JVM produced by GF linearization

View File

@@ -10,3 +10,4 @@ compiler:
bnfc -m -prof ImperC.cf
make -f Makefile
rm *.tmp
jasmin runtime.j