mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
parsable demo of resource, without VP
This commit is contained in:
@@ -67,7 +67,7 @@ make xx = do
|
||||
gfc pres path file = do
|
||||
let preproc = if pres then " -preproc=./mkPresent " else ""
|
||||
putStrLn $ "compiling " ++ file
|
||||
system $ "gfc -s " ++ preproc ++ path ++ file
|
||||
system $ "gfc -s -src " ++ preproc ++ path ++ file
|
||||
|
||||
gf comm file = do
|
||||
putStrLn $ "reading " ++ file
|
||||
|
||||
Reference in New Issue
Block a user