forked from GitHub/gf-core
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