mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
6 lines
106 B
Makefile
6 lines
106 B
Makefile
all:
|
|
gf +RTS -K10M -M1012M <MkResource.gfs
|
|
# gf +RTS -K10M <MkResource.gfs
|
|
clean:
|
|
rm -f */*.gfc */*.gfr
|