1
0
forked from GitHub/gf-core
Files
gf-core/examples/tutorial/embedded/Makefile

5 lines
103 B
Makefile

all:
gfc --make --output-format=haskell QueryEng.gf
ghc --make -o ./math TransferLoop.hs
strip math