forked from GitHub/gf-core
5 lines
103 B
Makefile
5 lines
103 B
Makefile
all:
|
|
gfc --make --output-format=haskell QueryEng.gf
|
|
ghc --make -o ./math TransferLoop.hs
|
|
strip math
|