mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
restored table3 in Coordination; completed PhrasebookFre
This commit is contained in:
@@ -28,7 +28,7 @@ main = do
|
||||
then mapM_ compileOne modus >> return ()
|
||||
else return ()
|
||||
case opts of
|
||||
_ | elem "-make" opts || elem "makeonly" opts -> do
|
||||
_ | elem "-make" opts || elem "-link" opts -> do
|
||||
system $ "gf -make " ++ unwords (map (++ ".pgf") modus)
|
||||
return ()
|
||||
_ -> return ()
|
||||
|
||||
Reference in New Issue
Block a user