mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
10 lines
244 B
Makefile
10 lines
244 B
Makefile
# notice: GF_LIB_PATH has to point to GF/next-lib
|
|
|
|
all: magnet
|
|
|
|
magnet:
|
|
gfc --make -src --parser=off --name=fin BronzeageFin.gf
|
|
gfc --make -src BronzeageEng.gf BronzeageSwe.gf BronzeageIta.gf
|
|
gfc --make --name=grammar fin.pgf Bronzeage.pgf
|
|
|