mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
restored gfcc example (GF C compiler)
This commit is contained in:
12
examples/gfcc/Makefile
Normal file
12
examples/gfcc/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
all: pgf runtime
|
||||
|
||||
pgf:
|
||||
gf -make ImperC.gf ImperJVM.gf
|
||||
|
||||
runtime:
|
||||
java -jar jasmin.jar runtime.j
|
||||
|
||||
doc:
|
||||
pdflatex complin.tex
|
||||
pdflatex complin.tex
|
||||
|
||||
Reference in New Issue
Block a user