mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-14 04:20:13 -06:00
added new Makefile in the top directory which calls Cabal for compilation
This commit is contained in:
@@ -25,15 +25,15 @@ compat:
|
||||
$(RUNMAKE) present compat
|
||||
|
||||
prelude:
|
||||
gfc prelude/*.gf
|
||||
gf -batch prelude/*.gf
|
||||
cp -p prelude/*.gfo ../prelude
|
||||
|
||||
constructX:
|
||||
gfc common/ConstructX.gf
|
||||
gf -batch common/ConstructX.gf
|
||||
cp -p common/ConstructX.gfo ../prelude
|
||||
|
||||
MakeStructural:
|
||||
gfc */MakeStructural*.gf
|
||||
gf -batch */MakeStructural*.gf
|
||||
cp -p */MakeStructural*.gfo ../present
|
||||
cp -p */MakeStructural*.gfo ../alltenses
|
||||
|
||||
|
||||
Reference in New Issue
Block a user