forked from GitHub/gf-core
restored gfcc example (GF C compiler)
This commit is contained in:
@@ -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